| Index: chrome/browser/ui/browser_commands.h
|
| diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h
|
| index 5b22722b4483d2bb757fdbae8590f6a32f398faf..7c2257292b631b2ed16b4358b89618d340e492f9 100644
|
| --- a/chrome/browser/ui/browser_commands.h
|
| +++ b/chrome/browser/ui/browser_commands.h
|
| @@ -24,10 +24,6 @@ class PageState;
|
| class WebContents;
|
| }
|
|
|
| -namespace security_state {
|
| -struct SecurityInfo;
|
| -} // namespace security_state
|
| -
|
| namespace chrome {
|
|
|
| // For all commands, where a tab is not specified, the active tab is assumed.
|
| @@ -106,10 +102,7 @@ void ManagePasswordsForPage(Browser* browser);
|
| void SavePage(Browser* browser);
|
| bool CanSavePage(const Browser* browser);
|
| void ShowFindBar(Browser* browser);
|
| -void ShowWebsiteSettings(Browser* browser,
|
| - content::WebContents* web_contents,
|
| - const GURL& url,
|
| - const security_state::SecurityInfo& security_info);
|
| +bool ShowWebsiteSettings(Browser* browser, content::WebContents* web_contents);
|
| void Print(Browser* browser);
|
| bool CanPrint(Browser* browser);
|
| #if BUILDFLAG(ENABLE_BASIC_PRINTING)
|
|
|