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

Unified Diff: chrome/browser/ui/panels/panel.cc

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 copyright in file headers 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
Index: chrome/browser/ui/panels/panel.cc
diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
index 16ed7f4c876e898026328cbf53f229ee108a3e22..ed9ac9eb3b2985e9f25849b0dc75c2aa1dc23248 100644
--- a/chrome/browser/ui/panels/panel.cc
+++ b/chrome/browser/ui/panels/panel.cc
@@ -515,6 +515,13 @@ void Panel::ShowPageInfo(Profile* profile,
bool show_history) {
NOTIMPLEMENTED();
}
+void Panel::ShowWebsiteSettings(Profile* profile,
+ TabContentsWrapper* tab_contents_wrapper,
+ const GURL& url,
+ const content::SSLStatus& ssl,
+ bool show_history) {
+ NOTIMPLEMENTED();
+}
void Panel::ShowAppMenu() {
NOTIMPLEMENTED();

Powered by Google App Engine
This is Rietveld 408576698