Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8448)

Unified Diff: chrome/test/data/extensions/api_test/streams_private/handle_mime_type/background.js

Issue 12645004: Add Resource Handler for creating Streams to forward to extensions (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Disable Stream Resource Throttle Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/streams_private/handle_mime_type/background.js
diff --git a/chrome/test/data/extensions/api_test/streams_private/handle_mime_type/background.js b/chrome/test/data/extensions/api_test/streams_private/handle_mime_type/background.js
index 71ac0ca32c1a4179552237315d1e5352550e43f4..98638a0e53e0021f36e8d7ef6c260c85f2a564d5 100644
--- a/chrome/test/data/extensions/api_test/streams_private/handle_mime_type/background.js
+++ b/chrome/test/data/extensions/api_test/streams_private/handle_mime_type/background.js
@@ -6,7 +6,7 @@
var hasFailed = false;
chrome.streamsPrivate.onExecuteMimeTypeHandler.addListener(
- function(mime_type, original_url) {
+ function(mime_type, original_url, content_url) {
// The tests are setup so resources with MIME type 'application/msword' are
// meant to be handled by the extension. The extension getting an event with
// the MIME type 'application/msword' means the test has succeeded.
« no previous file with comments | « chrome/common/extensions/api/streams_private.json ('k') | content/browser/loader/buffered_resource_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698