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

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

Issue 1870533002: Convert ContentSettingBubbleContents to a BubbleDialogDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mac views Created 4 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: chrome/browser/ui/views/location_bar/content_setting_image_view.h
diff --git a/chrome/browser/ui/views/location_bar/content_setting_image_view.h b/chrome/browser/ui/views/location_bar/content_setting_image_view.h
index 3f311c5c57dd7b01d323d792930050a11633a734..620e61665ae57e048eef89303556ba3525e9f31c 100644
--- a/chrome/browser/ui/views/location_bar/content_setting_image_view.h
+++ b/chrome/browser/ui/views/location_bar/content_setting_image_view.h
@@ -28,7 +28,7 @@ class FontList;
}
namespace views {
-class BubbleDelegateView;
+class BubbleDialogDelegateView;
class ImageView;
class InkDropDelegate;
class Label;
@@ -95,7 +95,7 @@ class ContentSettingImageView : public IconLabelBubbleView,
gfx::SlideAnimation slide_animator_;
bool pause_animation_;
double pause_animation_state_;
- views::BubbleDelegateView* bubble_view_;
+ views::BubbleDialogDelegateView* bubble_view_;
// This is used to check if the bubble was showing during the mouse pressed
// event. If this is true then the mouse released event is ignored to prevent

Powered by Google App Engine
This is Rietveld 408576698