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

Unified Diff: chrome/test/data/extensions/api_test/incognito/split/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: 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/api_test/incognito/split/background.js
diff --git a/chrome/test/data/extensions/api_test/incognito/split/background.js b/chrome/test/data/extensions/api_test/incognito/split/background.js
index ac59b8de5454ca0708ba963c3667ac8fc23d9935..40fabbd857fb32458e5b81cb24b4b90c820787cb 100644
--- a/chrome/test/data/extensions/api_test/incognito/split/background.js
+++ b/chrome/test/data/extensions/api_test/incognito/split/background.js
@@ -100,7 +100,7 @@ chrome.test.getConfig(function(config) {
' inIncognitoContext: chrome.extension.inIncognitoContext' +
'});'},
pass(function() {
- assertEq(undefined, chrome.extension.lastError);
+ assertEq(undefined, chrome.runtime.lastError);
}));
}));
« no previous file with comments | « chrome/test/data/extensions/api_test/incognito/apis/background.js ('k') | chrome/test/data/extensions/api_test/input/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698