| 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 2f7459bf091c000bf596a298c00be003823117bd..16cf2f9acf1efa63f5299dd5acce5920669e328a 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
|
| @@ -187,6 +187,10 @@ void ContentSettingImageView::Layout() {
|
| height());
|
| }
|
|
|
| +const char* ContentSettingImageView::GetClassName() const {
|
| + return "ContentSettingsImageView";
|
| +}
|
| +
|
| bool ContentSettingImageView::OnMousePressed(const ui::MouseEvent& event) {
|
| // We want to show the bubble on mouse release; that is the standard behavior
|
| // for buttons.
|
|
|