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

Unified Diff: chrome/browser/ui/views/content_setting_bubble_contents.h

Issue 1570153003: Use MacViews for ContentSettingBubbles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/content_setting_bubble_contents.h
diff --git a/chrome/browser/ui/views/content_setting_bubble_contents.h b/chrome/browser/ui/views/content_setting_bubble_contents.h
index e2dff9ab0daf41f28be9648ffa8c48b83db22138..78672fbf0cbf0f04d8d9250ec521cd7e99fe923d 100644
--- a/chrome/browser/ui/views/content_setting_bubble_contents.h
+++ b/chrome/browser/ui/views/content_setting_bubble_contents.h
@@ -60,6 +60,9 @@ class ContentSettingBubbleContents : public content::WebContentsObserver,
void UpdateMenuLabel(content::MediaStreamType type,
const std::string& label);
+ // Temporary hack for MacViews. Do not use this.
tapted 2016/01/11 02:50:58 I think if you declare ContentSettingBubbleBridge
+ void SetExplicitAnchorRect(const gfx::Rect& rect);
+
protected:
// views::BubbleDelegateView:
void Init() override;

Powered by Google App Engine
This is Rietveld 408576698