| Index: android_webview/native/aw_browser_dependency_factory.h
|
| diff --git a/android_webview/native/aw_browser_dependency_factory.h b/android_webview/native/aw_browser_dependency_factory.h
|
| index 87292d4c1e68d36e1aee46b34079a6abba4d15f2..f82348494be226eb474fd1eeb752a187998c8f08 100644
|
| --- a/android_webview/native/aw_browser_dependency_factory.h
|
| +++ b/android_webview/native/aw_browser_dependency_factory.h
|
| @@ -37,10 +37,10 @@ class AwBrowserDependencyFactory {
|
| static AwBrowserDependencyFactory* GetInstance();
|
|
|
| // Returns the current browser context based on the specified mode.
|
| - virtual content::BrowserContext* GetBrowserContext(bool incognito) = 0;
|
| + virtual content::BrowserContext* GetBrowserContext() = 0;
|
|
|
| // Constructs and returns ownership of a WebContents instance.
|
| - virtual content::WebContents* CreateWebContents(bool incognito) = 0;
|
| + virtual content::WebContents* CreateWebContents() = 0;
|
|
|
| protected:
|
| AwBrowserDependencyFactory();
|
|
|