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

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

Issue 2754383004: Rename WebsiteSettings code to PageInfo. (Closed)
Patch Set: Upload missing comment fix for WebSettingsUI -> PageInfoUI. Created 3 years, 9 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/colors.xml
diff --git a/chrome/android/java/res/values/colors.xml b/chrome/android/java/res/values/colors.xml
index 31e7f69133c292bb38589786f5a8ba06b54b8de3..5a9ca83a07be2607c6bce585dff3ae0483d9792b 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -53,9 +53,9 @@
<color name="connection_info_popup_reset_cert_decisions_button">#000000</color>
<color name="connection_info_popup_text">#444444</color>
- <!-- Website Settings Popup colors -->
- <color name="website_settings_popup_text">#444444</color>
- <color name="website_settings_popup_text_link">#4285f4</color>
+ <!-- Page Info Popup colors -->
+ <color name="page_info_popup_text">#444444</color>
+ <color name="page_info_popup_text_link">#4285f4</color>
<!-- URL Emphasizer colors -->
<color name="url_emphasis_non_emphasized_text">#80333333</color>
« no previous file with comments | « chrome/android/java/res/layout/website_settings_permission_row.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698