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

Unified Diff: chrome/renderer/resources/extensions/miscellaneous_bindings.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: rebase Created 7 years, 11 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/renderer/resources/extensions/miscellaneous_bindings.js
diff --git a/chrome/renderer/resources/extensions/miscellaneous_bindings.js b/chrome/renderer/resources/extensions/miscellaneous_bindings.js
index 9904e8cf850b746bc56cc164b4df77918d98fca9..5663271ca30514206ac95f399c689852f03572aa 100644
--- a/chrome/renderer/resources/extensions/miscellaneous_bindings.js
+++ b/chrome/renderer/resources/extensions/miscellaneous_bindings.js
@@ -255,7 +255,7 @@
}
};
- // Shared implementation used by tabs.sendMessage and extension.sendMessage.
+ // Shared implementation used by tabs.sendMessage and runtime.sendMessage.
chromeHidden.Port.sendMessageImpl = function(port, request,
responseCallback) {
if (port.name != chromeHidden.kNativeMessageChannel)

Powered by Google App Engine
This is Rietveld 408576698