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

Unified Diff: chrome/browser/ui/browser_commands.h

Issue 1314953009: Refactor WebsiteSettings to operate on a SecurityInfo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 3 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/browser_commands.h
diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h
index d14b51677e675f9f86390632273cb878ad56f1ee..d2d37ee141a40df3a8412237ecbf5c4e5074ad51 100644
--- a/chrome/browser/ui/browser_commands.h
+++ b/chrome/browser/ui/browser_commands.h
@@ -8,6 +8,7 @@
#include <string>
#include "chrome/browser/devtools/devtools_toggle_action.h"
+#include "chrome/browser/ssl/security_state_model.h"
#include "chrome/browser/ui/host_desktop.h"
#include "chrome/browser/ui/tabs/tab_strip_model_delegate.h"
#include "content/public/common/page_zoom.h"
@@ -21,7 +22,6 @@ class Profile;
namespace content {
class PageState;
class WebContents;
-struct SSLStatus;
}
namespace chrome {
@@ -110,7 +110,7 @@ void ShowFindBar(Browser* browser);
void ShowWebsiteSettings(Browser* browser,
content::WebContents* web_contents,
const GURL& url,
- const content::SSLStatus& ssl);
+ const SecurityStateModel::SecurityInfo& security_info);
void Print(Browser* browser);
bool CanPrint(Browser* browser);
#if defined(ENABLE_BASIC_PRINTING)

Powered by Google App Engine
This is Rietveld 408576698