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

Unified Diff: chrome/test/data/extensions/uitest/roundtrip_api_call/manifest.json

Issue 366025: Modifying extension automation so that it is done through a particular... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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/uitest/roundtrip_api_call/manifest.json
===================================================================
--- chrome/test/data/extensions/uitest/roundtrip_api_call/manifest.json (revision 31172)
+++ chrome/test/data/extensions/uitest/roundtrip_api_call/manifest.json (working copy)
@@ -3,5 +3,6 @@
"version": "1.0.0.0",
"name": "Roundtrip ApiCall Test Extension",
"description": "An extension for an extension UITest.",
- "permissions": ["tabs"]
+ "permissions": ["tabs"],
+ "background_page": "background.html"
}
Property changes on: chrome\test\data\extensions\uitest\roundtrip_api_call\manifest.json
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698