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

Unified Diff: chrome/test/base/test_browser_window.h

Issue 9383005: Add method skeleton for showing website settings. Add commandline flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo in comment. Created 8 years, 10 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/common/chrome_switches.cc ('k') | no next file » | 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 43f1ac7844ab30724bf650607240fee620174893..7838dbfb4613019b0abc79a0237dd88a741e73de 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -103,6 +103,11 @@ class TestBrowserWindow : public BrowserWindow {
const GURL& url,
const content::SSLStatus& ssl,
bool show_history) OVERRIDE {}
+ virtual void ShowWebsiteSettings(Profile* profile,
+ TabContentsWrapper* wrapper,
+ const GURL& url,
+ const content::SSLStatus& ssl,
+ bool show_history) OVERRIDE {}
virtual void Cut() OVERRIDE {}
virtual void Copy() OVERRIDE {}
virtual void Paste() OVERRIDE {}
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698