Chromium Code Reviews| Index: chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.h |
| diff --git a/chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.h b/chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.h |
| index e354afe73d7c5d56011dd426fe0fa6c51f9a4913..e678c1f10390a9b24defb2b0660f7bd9b020565d 100644 |
| --- a/chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.h |
| +++ b/chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.h |
| @@ -106,6 +106,8 @@ class X509Certificate; |
| url:(const GURL&)url |
| isDevToolsDisabled:(BOOL)isDevToolsDisabled; |
| +- (Profile*)profile; |
|
tapted
2016/10/11 02:22:16
nit: I think this can be "private". Which you can
raymes
2016/10/11 03:50:02
Done.
|
| + |
| // 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; |