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

Unified Diff: android_webview/native/aw_contents.h

Issue 235563005: Add client cert support to android_webview (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: code review phase 2 Created 6 years, 8 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: android_webview/native/aw_contents.h
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
index acae8938c7e2794598a51631fae73820a7501313..bdcede73e99abafdc20b4e1a7d6c2cf215c5b984 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -129,6 +129,9 @@ class AwContents : public FindHelper::Listener,
void DrawGL(AwDrawGLInfo* draw_info);
+ // TODO(sgurun) test this.
+ void ClearClientCertPreferences(JNIEnv* env, jobject obj);
+
// Geolocation API support
void ShowGeolocationPrompt(const GURL& origin, base::Callback<void(bool)>);
void HideGeolocationPrompt(const GURL& origin);

Powered by Google App Engine
This is Rietveld 408576698