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

Unified Diff: android_webview/lib/aw_browser_dependency_factory_impl.h

Issue 11785011: Remove incognito parameter from AwContents (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebaselining findbugs, my fix removed a bug entry 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/lib/aw_browser_dependency_factory_impl.h
diff --git a/android_webview/lib/aw_browser_dependency_factory_impl.h b/android_webview/lib/aw_browser_dependency_factory_impl.h
index c9aae847d35f18ddcc3d9f34ff04fb35b31786ca..127960aefcf4608c00afc1d22597be73af99ed97 100644
--- a/android_webview/lib/aw_browser_dependency_factory_impl.h
+++ b/android_webview/lib/aw_browser_dependency_factory_impl.h
@@ -28,8 +28,8 @@ class AwBrowserDependencyFactoryImpl : public AwBrowserDependencyFactory {
static void InstallInstance();
// AwBrowserDependencyFactory
- virtual content::BrowserContext* GetBrowserContext(bool incognito) OVERRIDE;
- virtual content::WebContents* CreateWebContents(bool incognito) OVERRIDE;
+ virtual content::BrowserContext* GetBrowserContext() OVERRIDE;
+ virtual content::WebContents* CreateWebContents() OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(AwBrowserDependencyFactoryImpl);

Powered by Google App Engine
This is Rietveld 408576698