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

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

Issue 10917280: Fix up views web intents location bar decoration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/content_setting_image_view.cc
diff --git a/chrome/browser/ui/views/location_bar/content_setting_image_view.cc b/chrome/browser/ui/views/location_bar/content_setting_image_view.cc
index a9d89b299df9b2468e812352d693dfee166e9f6d..c970aaa42cfc5aafc5ca44b6c6c0ae0fd7c80231 100644
--- a/chrome/browser/ui/views/location_bar/content_setting_image_view.cc
+++ b/chrome/browser/ui/views/location_bar/content_setting_image_view.cc
@@ -46,8 +46,6 @@ ContentSettingImageView::ContentSettingImageView(
ContentSettingImageModel::CreateContentSettingImageModel(
content_type)),
bubble_widget_(NULL) {
- SetHorizontalAlignment(ImageView::LEADING);
- TouchableLocationBarView::Init(this);
Peter Kasting 2012/09/15 00:23:46 Is killing the touch part here safe?
Greg Billock 2012/09/15 04:58:20 This is in the superclass
}
ContentSettingImageView::~ContentSettingImageView() {

Powered by Google App Engine
This is Rietveld 408576698