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

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

Issue 11745015: Update references to the extension messaging APIs to point to the "runtime" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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/filesystem_handler_lazy_background/background.js
diff --git a/chrome/test/data/extensions/api_test/filesystem_handler_lazy_background/background.js b/chrome/test/data/extensions/api_test/filesystem_handler_lazy_background/background.js
index f6d8daed3f6fa28062e5c040311b5179c7c402ad..0c3b78ec34015c3f6119a09e7496e1d68a7eadc6 100644
--- a/chrome/test/data/extensions/api_test/filesystem_handler_lazy_background/background.js
+++ b/chrome/test/data/extensions/api_test/filesystem_handler_lazy_background/background.js
@@ -43,7 +43,7 @@ function errorCallback(error) {
// The ID of the extension we want to talk to.
var fileBrowserExtensionId = "ddammdhioacbehjngdmkjcjbnfginlla";
- chrome.extension.sendMessage(fileBrowserExtensionId,
+ chrome.runtime.sendMessage(fileBrowserExtensionId,
{fileContent: null,
error: {message: "File handler error: " + msg}},
function(response) {});

Powered by Google App Engine
This is Rietveld 408576698