| Index: chrome/browser/ui/cocoa/website_settings_bubble_controller.h
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/website_settings_bubble_controller.h (revision 171265)
|
| +++ chrome/browser/ui/cocoa/website_settings_bubble_controller.h (working copy)
|
| @@ -84,7 +84,9 @@
|
| tabContents:(TabContents*)tabContents
|
| isInternalPage:(BOOL)isInternalPage;
|
|
|
| -- (void)permissionValueChanged:(id)sender;
|
| +// Return the default width of the window. It may be wider to fit the content.
|
| +// This may be overriden by a subclass for testing purposes.
|
| +- (CGFloat)defaultWindowWidth;
|
|
|
| @end
|
|
|
|
|