| Index: chrome/browser/chromeos/login/ui/simple_web_view_dialog.h
|
| diff --git a/chrome/browser/chromeos/login/ui/simple_web_view_dialog.h b/chrome/browser/chromeos/login/ui/simple_web_view_dialog.h
|
| index 22ca3d9829f806859b1d08cae80483bedc3c411f..6ee7b90eef817e0711bf7acba9cdc36217db998f 100644
|
| --- a/chrome/browser/chromeos/login/ui/simple_web_view_dialog.h
|
| +++ b/chrome/browser/chromeos/login/ui/simple_web_view_dialog.h
|
| @@ -23,10 +23,6 @@ class Profile;
|
| class ReloadButton;
|
| class ToolbarModel;
|
|
|
| -namespace security_state {
|
| -struct SecurityInfo;
|
| -} // namespace security_state
|
| -
|
| namespace views {
|
| class WebView;
|
| class Widget;
|
| @@ -85,10 +81,7 @@ class SimpleWebViewDialog : public views::ButtonListener,
|
| ExtensionAction* action) override;
|
| ContentSettingBubbleModelDelegate* GetContentSettingBubbleModelDelegate()
|
| override;
|
| - void ShowWebsiteSettings(
|
| - content::WebContents* web_contents,
|
| - const GURL& virtual_url,
|
| - const security_state::SecurityInfo& security_info) override;
|
| + void ShowWebsiteSettings(content::WebContents* web_contents) override;
|
|
|
| // Implements ChromeToolbarModelDelegate:
|
| content::WebContents* GetActiveWebContents() const override;
|
|
|