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

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

Issue 1173213002: Change WebContentsDelegate::GetSecurityStyle to take non-const WebContents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format Created 5 years, 6 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/browser/ui/browser.h ('k') | content/public/browser/web_contents_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index e24eb7b54127253efdfe1f3784e16806617d5c29..f9be85aa1ad643c4169938f34857945941a72539 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -1301,8 +1301,7 @@ bool Browser::CanDragEnter(content::WebContents* source,
return true;
}
-content::SecurityStyle Browser::GetSecurityStyle(
- const WebContents* web_contents) {
+content::SecurityStyle Browser::GetSecurityStyle(WebContents* web_contents) {
return ConnectionSecurityHelper::GetSecurityStyleForWebContents(web_contents);
}
« no previous file with comments | « chrome/browser/ui/browser.h ('k') | content/public/browser/web_contents_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698