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

Unified Diff: chrome/test/data/extensions/api_test/omnibox/manifest.json

Issue 2078021: First pass at experimental omnibox API. There are plenty of rough edges and (Closed)
Patch Set: no prefer_keyword Created 10 years, 7 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/api_test/omnibox/manifest.json
diff --git a/chrome/test/data/extensions/api_test/omnibox/manifest.json b/chrome/test/data/extensions/api_test/omnibox/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..8d3a57764933082d3191d35c92aa43f02867681c
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/omnibox/manifest.json
@@ -0,0 +1,8 @@
+{
+ "name": "chrome.extension.omnibox",
+ "version": "0.1",
+ "description": "end-to-end browser test for chrome.omnibox API",
+ "background_page": "test.html",
+ "omnibox_keyword": "keyword",
+ "permissions": ["experimental"]
+}
« no previous file with comments | « chrome/renderer/resources/renderer_extension_bindings.js ('k') | chrome/test/data/extensions/api_test/omnibox/test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698