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

Unified Diff: chrome/test/base/test_browser_window.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/components_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c67130437d34064c78a362fae4faf498c4071690..b9884db9d33929fa5f1bf4744352abdbe94a749b 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -115,7 +115,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,
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/components_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698