summaryrefslogtreecommitdiffstats
path: root/android_webview/native/aw_contents.h
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview/native/aw_contents.h')
-rw-r--r--android_webview/native/aw_contents.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
index d482465..ef39c56 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -47,8 +47,7 @@ class AwContents : public FindHelper::Listener,
AwContents(JNIEnv* env,
jobject obj,
- jobject web_contents_delegate,
- bool private_browsing);
+ jobject web_contents_delegate);
virtual ~AwContents();
void DrawGL(AwDrawGLInfo* draw_info);