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

Unified Diff: chrome/browser/android/chrome_web_contents_delegate_android.h

Issue 1314843007: Refactor connection_security into SecurityStateModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: create SecurityStateModel for chromeos login webview 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/android/chrome_web_contents_delegate_android.h
diff --git a/chrome/browser/android/chrome_web_contents_delegate_android.h b/chrome/browser/android/chrome_web_contents_delegate_android.h
index 4dcbaaf49c9009021f939a8031f9c8e5fd0d0602..a4831f7691b5fbb242b52f17ea4153b95e082737 100644
--- a/chrome/browser/android/chrome_web_contents_delegate_android.h
+++ b/chrome/browser/android/chrome_web_contents_delegate_android.h
@@ -46,6 +46,8 @@ class ChromeWebContentsDelegateAndroid
content::WebContents* web_contents,
const content::BluetoothChooser::EventHandler& event_handler,
const GURL& origin) override;
+
+ void VisibleSSLStateChanged(content::WebContents* source) override;
void CloseContents(content::WebContents* web_contents) override;
blink::WebDisplayMode GetDisplayMode(
const content::WebContents* web_contents) const override;
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | chrome/browser/android/chrome_web_contents_delegate_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698