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

Unified Diff: chrome/test/base/test_browser_window.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/test/base/test_browser_window.h
diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
index cafea203b4ec4c04501d369ff13d880ab9fdba91..20bc689f87f6c4b1234fbaee5126b2b39a9a961e 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -116,7 +116,7 @@ class TestBrowserWindow : public BrowserWindow {
bool app_modal,
const base::Callback<void(bool)>& callback) override {}
void UserChangedTheme() override {}
- void ShowWebsiteSettings(
+ void ShowPageInfo(
Profile* profile,
content::WebContents* web_contents,
const GURL& virtual_url,

Powered by Google App Engine
This is Rietveld 408576698