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

Unified Diff: content/browser/web_contents/web_contents_android.h

Issue 2603823002: Prohibit web payments on sites with bad SSL certificates (Closed)
Patch Set: Created 3 years, 11 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: content/browser/web_contents/web_contents_android.h
diff --git a/content/browser/web_contents/web_contents_android.h b/content/browser/web_contents/web_contents_android.h
index 08adb582c63256daad6c8d2555fa5bd12031fee7..f601462295203fa25ce9b7955bbeadd8e2bb5749 100644
--- a/content/browser/web_contents/web_contents_android.h
+++ b/content/browser/web_contents/web_contents_android.h
@@ -189,6 +189,9 @@ class CONTENT_EXPORT WebContentsAndroid
void DismissTextHandles(JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj);
+ bool IsContextSecure(JNIEnv* env,
+ const base::android::JavaParamRef<jobject>& obj);
+
void SetMediaSession(
const base::android::ScopedJavaLocalRef<jobject>& j_media_session);

Powered by Google App Engine
This is Rietveld 408576698