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

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

Issue 22755003: Reland: Chrome side work for allowing a user to revert to their previous theme without closing ... (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
« no previous file with comments | « chrome/browser/ui/search/instant_extended_interactive_uitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
+}
« no previous file with comments | « chrome/browser/ui/search/instant_extended_interactive_uitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698