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

Unified Diff: chrome/test/data/extensions/activity_log/manifest.json

Issue 12517011: Added activity logging for ext APIs with custom bindings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed some variables Created 7 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/activity_log/manifest.json
diff --git a/chrome/test/data/extensions/activity_log/manifest.json b/chrome/test/data/extensions/activity_log/manifest.json
index aae3005c4c6850d3613c4ddd21fef1b4d3938ecd..b22648d715cda78b4f98eb21091668af9475af16 100644
--- a/chrome/test/data/extensions/activity_log/manifest.json
+++ b/chrome/test/data/extensions/activity_log/manifest.json
@@ -5,5 +5,6 @@
"permissions": [ "cookies", "tabs", "webRequest", "webRequestBlocking",
"http://*/*", "https://*/*" ],
"options_page": "options.html",
- "manifest_version": 2
+ "manifest_version": 2,
+ "omnibox": { "keyword" : "hello" }
}

Powered by Google App Engine
This is Rietveld 408576698