Chromium Code Reviews

Unified Diff: chrome/browser/ui/views/toolbar/toolbar_view.h

Issue 2754383004: Rename WebsiteSettings code to PageInfo. (Closed)
Patch Set: Upload missing comment fix for WebSettingsUI -> PageInfoUI. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/ui/views/toolbar/toolbar_view.h
diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.h b/chrome/browser/ui/views/toolbar/toolbar_view.h
index 89e8177bb5321ba194cc012497e4eb0795d71611..38cc48722b006edc3255a1714dee85fef6b1acbd 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_view.h
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
@@ -123,7 +123,7 @@ class ToolbarView : public views::AccessiblePaneView,
const ToolbarModel* GetToolbarModel() const override;
ContentSettingBubbleModelDelegate* GetContentSettingBubbleModelDelegate()
override;
- void ShowWebsiteSettings(content::WebContents* web_contents) override;
+ void ShowPageInfo(content::WebContents* web_contents) override;
// CommandObserver:
void EnabledStateChangedForCommand(int id, bool enabled) override;
« no previous file with comments | « chrome/browser/ui/views/permission_bubble/permission_prompt_impl.cc ('k') | chrome/browser/ui/views/toolbar/toolbar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine