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

Unified Diff: android_webview/native/aw_contents.h

Issue 11785011: Remove incognito parameter from AwContents (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: android_webview/native/aw_contents.h
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
index 44da9f23ba0f0aaa35678a90a1c3097c6c2cbb65..b944b6c49b9b3e46327d090f15e3b9311bc2df5b 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -46,8 +46,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);

Powered by Google App Engine
This is Rietveld 408576698