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

Unified Diff: chrome/android/java_staging/res/values-v21/styles_staging.xml

Issue 1141283003: Upstream oodles of Chrome for Android code into Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: final patch? Created 5 years, 7 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/android/java_staging/res/values-v21/styles_staging.xml
diff --git a/third_party/android_data_chart/java/res/values/values.xml b/chrome/android/java_staging/res/values-v21/styles_staging.xml
similarity index 62%
copy from third_party/android_data_chart/java/res/values/values.xml
copy to chrome/android/java_staging/res/values-v21/styles_staging.xml
index c33ec5b3ed986dde13187120e4cb2414ed8e60f8..92a1279c9852cafa509dba4b135ee456e5163551 100644
--- a/third_party/android_data_chart/java/res/values/values.xml
+++ b/chrome/android/java_staging/res/values-v21/styles_staging.xml
@@ -4,6 +4,8 @@
found in the LICENSE file. -->
<resources>
- <item type="id" name="compressed_series" />
- <item type="id" name="original_series" />
+ <style name="IncognitoTheme" parent="MainTheme">
+ <item name="android:colorPrimary">@color/incognito_primary_color</item>
+ </style>
+
</resources>

Powered by Google App Engine
This is Rietveld 408576698