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

Unified Diff: chrome/android/java/res/values-v19/styles.xml

Issue 1143313006: Add an activity that allows whitelisted applications to clear all data in Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/android/java/res/values-v19/styles.xml
diff --git a/chrome/android/java_staging/res/values-v21/styles_staging.xml b/chrome/android/java/res/values-v19/styles.xml
similarity index 63%
copy from chrome/android/java_staging/res/values-v21/styles_staging.xml
copy to chrome/android/java/res/values-v19/styles.xml
index 92a1279c9852cafa509dba4b135ee456e5163551..38e89010c5d9d1f0a9487f3b27e1b36180dad527 100644
--- a/chrome/android/java_staging/res/values-v21/styles_staging.xml
+++ b/chrome/android/java/res/values-v19/styles.xml
@@ -4,8 +4,10 @@
found in the LICENSE file. -->
<resources>
- <style name="IncognitoTheme" parent="MainTheme">
- <item name="android:colorPrimary">@color/incognito_primary_color</item>
+
+ <!-- Transparent -->
+ <style name="Transparent" parent="TransparentBase">
+ <item name="android:windowTranslucentStatus">true</item>
aurimas (slooooooooow) 2015/06/09 17:45:03 I am pretty sure you can move this to values-v17 a
Bernhard Bauer 2015/06/15 17:07:29 I get a Lint error when I put this into values-v17
</style>
</resources>

Powered by Google App Engine
This is Rietveld 408576698