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

Unified Diff: chrome/test/data/extensions/context_menus/separators/common.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/context_menus/separators/common.js
diff --git a/chrome/test/data/extensions/context_menus/separators/common.js b/chrome/test/data/extensions/context_menus/separators/common.js
index 012205909c77e9c9add9afe99426f3e43ed7c31d..8707440185579aac3580610ac53d0fadf3f5b3cd 100644
--- a/chrome/test/data/extensions/context_menus/separators/common.js
+++ b/chrome/test/data/extensions/context_menus/separators/common.js
@@ -14,7 +14,7 @@ function create(title, type, parent, callback) {
}
chrome.contextMenus.create(props, function() {
- if (!chrome.extension.lastError && callback) {
+ if (!chrome.runtime.lastError && callback) {
callback();
}
});
« no previous file with comments | « chrome/test/data/extensions/context_menus/patterns/test.js ('k') | chrome/test/data/extensions/context_menus/simple/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698