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

Unified Diff: chrome/test/data/extensions/context_menus/onclick_null/manifest.json

Issue 948243005: Merge custom bindings for context menus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ExtensionContextMenuBrowserTest.UpdateOnclick test Created 5 years, 9 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/onclick_null/manifest.json
diff --git a/chrome/test/data/extensions/context_menus/frames/manifest.json b/chrome/test/data/extensions/context_menus/onclick_null/manifest.json
similarity index 84%
copy from chrome/test/data/extensions/context_menus/frames/manifest.json
copy to chrome/test/data/extensions/context_menus/onclick_null/manifest.json
index d6b3457dbae9fe137c29c9cef26cd8ac2ea01004..f1387dbd9b37e0932564403d32a1a1945d9d8a9e 100644
--- a/chrome/test/data/extensions/context_menus/frames/manifest.json
+++ b/chrome/test/data/extensions/context_menus/onclick_null/manifest.json
@@ -4,6 +4,6 @@
"manifest_version": 2,
"permissions": [ "contextMenus", "tabs" ],
"background": {
- "page": "background.html"
+ "scripts": ["test.js"]
}
}

Powered by Google App Engine
This is Rietveld 408576698