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

Unified Diff: chrome/android/java/res/values/colors.xml

Issue 11360207: Add Java resources to content and chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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/android/java/res/values/colors.xml
diff --git a/content/public/android/java/res/values/strings.xml b/chrome/android/java/res/values/colors.xml
similarity index 64%
copy from content/public/android/java/res/values/strings.xml
copy to chrome/android/java/res/values/colors.xml
index 53c47d1e8a0edc5ff04d5c011ad063143113395d..67d19b065aabfb4bf9aa50c75a96a4156213e391 100644
--- a/content/public/android/java/res/values/strings.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -6,4 +6,6 @@
-->
<resources>
+ <!-- Colors were copied from browser/views/infobars/infobars.cc -->
nilesh 2012/11/19 18:16:56 Update/remove the comment? Looks obsolete now.
+ <color name="js_modal_dialog_title_separator">#ccc</color>
</resources>

Powered by Google App Engine
This is Rietveld 408576698