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

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

Issue 15091002: Lazily load API schemas from resource files and convert all APIs to features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos tests 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/api_test/events/manifest.json
diff --git a/chrome/test/data/extensions/api_test/events/manifest.json b/chrome/test/data/extensions/api_test/events/manifest.json
index e1853b71be8e329f083a87b6f493749ceb471bcb..4d8045ff01d935a7f537c608c8d2cfec09975e5d 100644
--- a/chrome/test/data/extensions/api_test/events/manifest.json
+++ b/chrome/test/data/extensions/api_test/events/manifest.json
@@ -3,6 +3,7 @@
"description": "permissions failure extension",
"version": "0.1",
"manifest_version": 2,
+ "browser_action": {"default_title": "apitest"},
"background": {
"scripts": ["background.js"]
},

Powered by Google App Engine
This is Rietveld 408576698