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

Unified Diff: chrome/test/data/extensions/context_menus/test.js

Issue 2840038: Move context menu module out of experimental. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: kathy changes Created 10 years, 5 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
« no previous file with comments | « chrome/test/data/extensions/context_menus/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/context_menus/test.js
diff --git a/chrome/test/data/extensions/context_menus/test.js b/chrome/test/data/extensions/context_menus/test.js
index 778b42c62ba9a4b34f6bc0f3f6bccd0e5fe019fb..8389ad0c43c749e439b52a6cf29b51e321ed682a 100644
--- a/chrome/test/data/extensions/context_menus/test.js
+++ b/chrome/test/data/extensions/context_menus/test.js
@@ -25,8 +25,8 @@ function onclick(info) {
}
window.onload = function() {
- chrome.experimental.contextMenus.create({"title":"Extension Item 1",
- "onclick": onclick}, function() {
+ chrome.contextMenus.create({"title":"Extension Item 1",
+ "onclick": onclick}, function() {
if (!chrome.extension.lastError) {
navigateCurrentTab(chrome.extension.getURL("test.html"));
}
« no previous file with comments | « chrome/test/data/extensions/context_menus/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698