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); |