| Index: chrome/browser/ui/views/website_settings/website_settings_popup_view.h
|
| diff --git a/chrome/browser/ui/views/website_settings/website_settings_popup_view.h b/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
|
| index 78f4c76a7fce33095647060f4d1933762de86f4d..0a5e46107c9a778bc15accbc0720e9582e73021a 100644
|
| --- a/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
|
| +++ b/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
|
| @@ -135,7 +135,7 @@ class WebsiteSettingsPopupView : public content::WebContentsObserver,
|
|
|
| // Creates the contents of the |site_settings_view_|. The ownership of the
|
| // returned view is transferred to the caller.
|
| - views::View* CreateSiteSettingsView() WARN_UNUSED_RESULT;
|
| + views::View* CreateSiteSettingsView(int side_margin) WARN_UNUSED_RESULT;
|
|
|
| // Used to asynchronously handle clicks since these calls may cause the
|
| // destruction of the settings view and the base class window still needs to
|
|
|