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

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

Issue 1169213006: Make ConnectionSecurityHelper a namespace instead of a class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
Index: chrome/browser/ui/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index 4f7ecc922ca7480b11e4798b36bd6726503ba5b5..419b70d0365bb48b8a68bc08e1e7d812a6d4200c 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -1305,7 +1305,7 @@ bool Browser::CanDragEnter(content::WebContents* source,
}
content::SecurityStyle Browser::GetSecurityStyle(WebContents* web_contents) {
- return ConnectionSecurityHelper::GetSecurityStyleForWebContents(web_contents);
+ return connection_security::GetSecurityStyleForWebContents(web_contents);
}
bool Browser::IsMouseLocked() const {

Powered by Google App Engine
This is Rietveld 408576698