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

Unified Diff: chrome/browser/ui/views/website_settings/permission_selector_view.h

Issue 10829038: (Views only) Resize the menu buttons on the Website Settings UI to fit the button text (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments(msw). Created 8 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/website_settings/permission_selector_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/website_settings/permission_selector_view.h
diff --git a/chrome/browser/ui/views/website_settings/permission_selector_view.h b/chrome/browser/ui/views/website_settings/permission_selector_view.h
index bbf3c149aa2f3107fee40c91e58507e84a33997c..53e2c8aaeac1f38ff91cd350ea8b9a7c69974912 100644
--- a/chrome/browser/ui/views/website_settings/permission_selector_view.h
+++ b/chrome/browser/ui/views/website_settings/permission_selector_view.h
@@ -46,6 +46,10 @@ class PermissionSelectorView : public views::View {
// Returns the permission type.
ContentSettingsType GetPermissionType() const;
+ protected:
+ // Overridden from views::View.
+ virtual void ChildPreferredSizeChanged(View* child) OVERRIDE;
+
private:
virtual ~PermissionSelectorView();
« no previous file with comments | « no previous file | chrome/browser/ui/views/website_settings/permission_selector_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698