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

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_view.cc

Issue 2527983003: Omnibox: Fix unnecessary inside border (Closed)
Patch Set: move to OmniboxViewViews Created 4 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/omnibox/omnibox_view_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/location_bar/location_bar_view.cc
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc
index 722eb03c6ff782945f3092c26d7e26c010f24278..76c548b99e18f71bdf00f69e84a39fc08fe50e9b 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
@@ -247,7 +247,6 @@ void LocationBarView::Init() {
omnibox_view_ = new OmniboxViewViews(
this, profile(), command_updater(), is_popup_mode_, this, font_list);
omnibox_view_->Init();
- omnibox_view_->SetFocusBehavior(FocusBehavior::ALWAYS);
AddChildView(omnibox_view_);
// Initialize the inline autocomplete view which is visible only when IME is
« no previous file with comments | « no previous file | chrome/browser/ui/views/omnibox/omnibox_view_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698