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

Unified Diff: chrome/browser/ssl/connection_security_helper.h

Issue 1148743002: Show the location bar in bookmark apps with security errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | chrome/browser/ssl/connection_security_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ssl/connection_security_helper.h
diff --git a/chrome/browser/ssl/connection_security_helper.h b/chrome/browser/ssl/connection_security_helper.h
index 68ddd1b230910b36c898552a0d52dd48be16f299..3a34b567b977705b2b60567125bca354fa46b8d3 100644
--- a/chrome/browser/ssl/connection_security_helper.h
+++ b/chrome/browser/ssl/connection_security_helper.h
@@ -50,7 +50,7 @@ class ConnectionSecurityHelper {
// Returns a security level describing the overall security state of
// the given |WebContents|.
static SecurityLevel GetSecurityLevelForWebContents(
- content::WebContents* web_contents);
+ const content::WebContents* web_contents);
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(ConnectionSecurityHelper);
« no previous file with comments | « no previous file | chrome/browser/ssl/connection_security_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698