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

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

Issue 19462009: [DRAFT] Allow a user to revert to their previous theme without closing infobar (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 4 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/theme_minimal/manifest.json
diff --git a/chrome/test/data/extensions/theme_minimal/manifest.json b/chrome/test/data/extensions/theme_minimal/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..db30bf08c63caea1fbbe085d5eeec1712a3ba717
--- /dev/null
+++ b/chrome/test/data/extensions/theme_minimal/manifest.json
@@ -0,0 +1,10 @@
+{
+ "manifest_version": 2,
+ "name": "minimal",
+ "theme": {
+ "colors": {
+ "toolbar": [ 207, 221, 192 ]
+ }
+ },
+ "version": "2.0"
+}

Powered by Google App Engine
This is Rietveld 408576698