Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: chrome/browser/ui/cocoa/browser_window_cocoa.h

Issue 2754383004: Rename WebsiteSettings code to PageInfo. (Closed)
Patch Set: Rename everything. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/browser_window_cocoa.h
diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.h b/chrome/browser/ui/cocoa/browser_window_cocoa.h
index f8025a2696ef88709eefd3d076937b090d6677ba..cdd2f031a1aab669d74153ce4dabeda8a7e29570 100644
--- a/chrome/browser/ui/cocoa/browser_window_cocoa.h
+++ b/chrome/browser/ui/cocoa/browser_window_cocoa.h
@@ -129,11 +129,10 @@ class BrowserWindowCocoa
bool app_modal,
const base::Callback<void(bool)>& callback) override;
void UserChangedTheme() override;
- void ShowWebsiteSettings(
- Profile* profile,
- content::WebContents* web_contents,
- const GURL& virtual_url,
- const security_state::SecurityInfo& security_info) override;
+ void ShowPageInfo(Profile* profile,
+ content::WebContents* web_contents,
+ const GURL& virtual_url,
+ const security_state::SecurityInfo& security_info) override;
void ShowAppMenu() override;
bool PreHandleKeyboardEvent(const content::NativeWebKeyboardEvent& event,
bool* is_keyboard_shortcut) override;

Powered by Google App Engine
This is Rietveld 408576698