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

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

Issue 273223002: views: Make view::Views::GetPreferredSize() const. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More compile fix for ToT Created 6 years, 7 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 4afdb60e2eab16e5556e83f8f63bedaa6d28211a..e34f2ba15785e200ffda8629e2ea9f7d5c93b50f 100644
--- a/chrome/browser/ui/views/content_setting_bubble_contents.h
+++ b/chrome/browser/ui/views/content_setting_bubble_contents.h
@@ -51,7 +51,7 @@ class ContentSettingBubbleContents : public views::BubbleDelegateView,
views::BubbleBorder::Arrow arrow);
virtual ~ContentSettingBubbleContents();
- virtual gfx::Size GetPreferredSize() OVERRIDE;
+ virtual gfx::Size GetPreferredSize() const OVERRIDE;
// Callback to allow ContentSettingMediaMenuModel to update the menu label.
void UpdateMenuLabel(content::MediaStreamType type,

Powered by Google App Engine
This is Rietveld 408576698