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

Unified Diff: chrome/test/data/extensions/browsertest/crash_25562/script.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/test/data/extensions/browsertest/crash_25562/script.js
diff --git a/chrome/test/data/extensions/browsertest/crash_25562/script.js b/chrome/test/data/extensions/browsertest/crash_25562/script.js
index b602eb896b52cb2dbf0609401dbc49087768f2be..08bfee2c7b652abc552574871dd36b5d82bc4b29 100644
--- a/chrome/test/data/extensions/browsertest/crash_25562/script.js
+++ b/chrome/test/data/extensions/browsertest/crash_25562/script.js
@@ -3,5 +3,5 @@
// found in the LICENSE file.
if (window == top) {
- chrome.extension.connect().postMessage(true);
+ chrome.runtime.connect().postMessage(true);
}

Powered by Google App Engine
This is Rietveld 408576698