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

Unified Diff: content/public/browser/web_contents_delegate.h

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.cc ('k') | content/public/browser/web_contents_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents_delegate.h
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
index 064b87f6a83963ce611ff10d61ab1d7a47898f96..f191672c9d9c21b3a98b07dc9bbd5e967c8b3dec 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -488,7 +488,7 @@ class CONTENT_EXPORT WebContentsDelegate {
// Can be overridden by a delegate to return the security style of the given
// |web_contents|. Returns SECURITY_STYLE_UNKNOWN if not overriden.
- virtual SecurityStyle GetSecurityStyle(const WebContents* web_contents);
+ virtual SecurityStyle GetSecurityStyle(WebContents* web_contents);
protected:
virtual ~WebContentsDelegate();
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | content/public/browser/web_contents_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698