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

Unified Diff: chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc

Issue 53093: Revert Linux Omnibox color changes in r12516. (Closed)
Patch Set: Created 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc
diff --git a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc
index 6484ab446dd6aeda7e92f10cde4fd69092bacd0a..277a965b94a6a212e490778736bfd05c972bb3c7 100644
--- a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc
+++ b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc
@@ -25,9 +25,9 @@ const char kSecureSchemeColor[] = "#009614";
const char kInsecureSchemeColor[] = "#c80000";
const GdkColor kBackgroundColorByLevel[] = {
- GDK_COLOR_RGB(255, 245, 195), // SecurityLevel SECURE. (yellow)
- gfx::kGdkWhite, // SecurityLevel NORMAL.
- gfx::kGdkWhite, // SecurityLevel INSECURE.
+ GDK_COLOR_RGB(255, 245, 195), // SecurityLevel SECURE: Yellow.
+ GDK_COLOR_RGB(255, 255, 255), // SecurityLevel NORMAL: White.
+ GDK_COLOR_RGB(255, 255, 255), // SecurityLevel INSECURE: White.
};
} // namespace
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698