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

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

Issue 12299013: Fix top-level context menus sorting by name (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: I have no excuse here... Created 7 years, 6 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/top_level/multi4/manifest.json
diff --git a/chrome/test/data/extensions/context_menus/top_level/multi4/manifest.json b/chrome/test/data/extensions/context_menus/top_level/multi4/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..5800c65a7e8aed48a1d36c550382882056cba4ae
--- /dev/null
+++ b/chrome/test/data/extensions/context_menus/top_level/multi4/manifest.json
@@ -0,0 +1,9 @@
+{
+ "name": "An Extension with multiple Context Menus",
+ "version": "1",
+ "manifest_version": 2,
+ "permissions": [ "contextMenus" ],
+ "background": {
+ "scripts": [ "background.js" ]
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698