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

Unified Diff: chrome/test/data/extensions/platform_apps/context_menu_click/manifest.json

Issue 10832348: Tab value for context menu onclick event should be optional. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update the test code to chrome.app.runtime instead of experimental Created 8 years, 4 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/platform_apps/context_menu_click/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/context_menu/manifest.json b/chrome/test/data/extensions/platform_apps/context_menu_click/manifest.json
similarity index 91%
copy from chrome/test/data/extensions/platform_apps/context_menu/manifest.json
copy to chrome/test/data/extensions/platform_apps/context_menu_click/manifest.json
index b07fb2c68202c43b8c19b10cae254561dbf13a0f..3d3a47a8d171937c19596926a8b1b9a86cb7d55e 100644
--- a/chrome/test/data/extensions/platform_apps/context_menu/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/context_menu_click/manifest.json
@@ -3,6 +3,7 @@
"version" : "0.1",
"manifest_version": 2,
"permissions": [
+ "experimental",
"contextMenus"
],
"app": {

Powered by Google App Engine
This is Rietveld 408576698