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

Unified Diff: chrome/test/data/extensions/uitest/window_open/newtab.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/uitest/window_open/newtab.js
diff --git a/chrome/test/data/extensions/uitest/window_open/newtab.js b/chrome/test/data/extensions/uitest/window_open/newtab.js
index 7718f042fe9b9f74319b5e9a052b5bae3e4a2da0..7721a9714e66aa2d519461c7d0215492c560c5dd 100644
--- a/chrome/test/data/extensions/uitest/window_open/newtab.js
+++ b/chrome/test/data/extensions/uitest/window_open/newtab.js
@@ -6,7 +6,7 @@ function testExtensionApi() {
try {
chrome.tabs.getAllInWindow(null, function() {
window.domAutomationController.send(
- !chrome.extension.lastError);
+ !chrome.runtime.lastError);
});
} catch (e) {
window.domAutomationController.send(false);
« no previous file with comments | « chrome/test/data/extensions/management/uninstall_extension/background.js ('k') | chrome/test/data/panels/context_menu/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698