blob: 7f2ee7ec2129beef2a978519fbd916f92931d58b [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
chrome.webRequest.onBeforeRequest.addListener(function(details) {
chrome.test.sendMessage(details.type);
}, {
urls: ['*://*/*webrequest_hosted_app*']
});