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

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

Issue 10519008: Enlarge size of touch target for several location bar buttons without affecting visual layout. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unnecessary .cc file 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/views/location_bar/location_icon_view.cc
diff --git a/chrome/browser/ui/views/location_bar/location_icon_view.cc b/chrome/browser/ui/views/location_bar/location_icon_view.cc
index 6109c2072a2dd3991883f27f3ebf624145631a38..5a2dca62eb702bc84daf3b29ae8400f1b7061492 100644
--- a/chrome/browser/ui/views/location_bar/location_icon_view.cc
+++ b/chrome/browser/ui/views/location_bar/location_icon_view.cc
@@ -11,6 +11,7 @@
LocationIconView::LocationIconView(LocationBarView* location_bar)
: ALLOW_THIS_IN_INITIALIZER_LIST(page_info_helper_(this, location_bar)) {
SetTooltipText(l10n_util::GetStringUTF16(IDS_TOOLTIP_LOCATION_ICON));
+ TouchableLocationBarView<LocationIconView>::Init();
}
LocationIconView::~LocationIconView() {

Powered by Google App Engine
This is Rietveld 408576698