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

Unified Diff: components/web_contents_delegate_android/web_contents_delegate_android.cc

Issue 2444383007: Trigger Dangerous indicator for unsafe subresources (Closed)
Patch Set: protip: #include the .h, not the .cc Created 4 years, 2 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: components/web_contents_delegate_android/web_contents_delegate_android.cc
diff --git a/components/web_contents_delegate_android/web_contents_delegate_android.cc b/components/web_contents_delegate_android/web_contents_delegate_android.cc
index 19ed20a4e2af48f4502ab867549d666f2c714132..470d829bd82e23ce0c5dc3e2011e357d37165d93 100644
--- a/components/web_contents_delegate_android/web_contents_delegate_android.cc
+++ b/components/web_contents_delegate_android/web_contents_delegate_android.cc
@@ -131,7 +131,8 @@ void WebContentsDelegateAndroid::NavigationStateChanged(
changed_flags);
}
-void WebContentsDelegateAndroid::VisibleSSLStateChanged(WebContents* source) {
+void WebContentsDelegateAndroid::VisibleSecurityStateChanged(
+ WebContents* source) {
JNIEnv* env = AttachCurrentThread();
ScopedJavaLocalRef<jobject> obj = GetJavaDelegate(env);
if (obj.is_null())

Powered by Google App Engine
This is Rietveld 408576698