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

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

Issue 12212031: Add support for redirecting ResourceHandlers to a blob: URL (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Code review fixes Created 7 years, 10 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/file_browser/handle_mime_type/background.js
diff --git a/chrome/test/data/extensions/api_test/file_browser/handle_mime_type/background.js b/chrome/test/data/extensions/api_test/file_browser/handle_mime_type/background.js
index 16864b3e23967b0b1991d1320dea130088399f14..44e686e87efe4727ff19de7ff12d372e90ca0a03 100644
--- a/chrome/test/data/extensions/api_test/file_browser/handle_mime_type/background.js
+++ b/chrome/test/data/extensions/api_test/file_browser/handle_mime_type/background.js
@@ -6,7 +6,7 @@
var hasFailed = false;
chrome.fileBrowserHandler.onExecuteContentHandler.addListener(
- function(mime_type, content_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/file_browser_handler.json ('k') | content/browser/loader/buffered_resource_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698