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

Unified Diff: chrome/browser/ui/gtk/gtk_theme_service.cc

Issue 10535126: Eliminate the "clock" icon in the omnibox dropdown. The distinction between this and the globe was… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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/browser/ui/gtk/gtk_theme_service.cc
===================================================================
--- chrome/browser/ui/gtk/gtk_theme_service.cc (revision 141578)
+++ chrome/browser/ui/gtk/gtk_theme_service.cc (working copy)
@@ -105,8 +105,6 @@
IDR_OMNIBOX_EXTENSION_APP,
IDR_OMNIBOX_HTTP,
IDR_OMNIBOX_HTTP_DARK,
- IDR_OMNIBOX_HISTORY,
- IDR_OMNIBOX_HISTORY_DARK,
IDR_OMNIBOX_SEARCH,
IDR_OMNIBOX_SEARCH_DARK,
IDR_OMNIBOX_STAR,
@@ -975,7 +973,6 @@
// mode because some themes that try to be dark *and* light have very
// different colors between the omnibox and the normal background area.
case IDR_OMNIBOX_EXTENSION_APP:
- case IDR_OMNIBOX_HISTORY:
case IDR_OMNIBOX_HTTP:
case IDR_OMNIBOX_SEARCH:
case IDR_OMNIBOX_STAR:
@@ -989,7 +986,6 @@
// base[GTK_STATE_SELECTED] color, so tint the icons so they won't collide
// with the selected color.
case IDR_OMNIBOX_EXTENSION_APP_DARK:
- case IDR_OMNIBOX_HISTORY_DARK:
case IDR_OMNIBOX_HTTP_DARK:
case IDR_OMNIBOX_SEARCH_DARK:
case IDR_OMNIBOX_STAR_DARK:
« no previous file with comments | « chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm ('k') | chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698