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

Unified Diff: trunk/src/chrome/browser/ui/views/omnibox/omnibox_view_views.cc

Issue 256683003: Revert 266042 "Automatically call OnNativeThemeChanged when a wi..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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: trunk/src/chrome/browser/ui/views/omnibox/omnibox_view_views.cc
===================================================================
--- trunk/src/chrome/browser/ui/views/omnibox/omnibox_view_views.cc (revision 266071)
+++ trunk/src/chrome/browser/ui/views/omnibox/omnibox_view_views.cc (working copy)
@@ -158,6 +158,8 @@
void OmniboxViewViews::Init() {
set_controller(this);
SetTextInputType(DetermineTextInputType());
+ SetBackgroundColor(location_bar_view_->GetColor(
+ ToolbarModel::NONE, LocationBarView::BACKGROUND));
if (popup_window_mode_)
SetReadOnly(true);
« no previous file with comments | « trunk/src/chrome/browser/ui/views/autofill/autofill_dialog_views.cc ('k') | trunk/src/ui/views/controls/button/text_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698