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. |