summaryrefslogtreecommitdiffstats
path: root/android_webview/browser/aw_browser_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview/browser/aw_browser_context.h')
-rw-r--r--android_webview/browser/aw_browser_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/android_webview/browser/aw_browser_context.h b/android_webview/browser/aw_browser_context.h
index b2f9178..b6a1134 100644
--- a/android_webview/browser/aw_browser_context.h
+++ b/android_webview/browser/aw_browser_context.h
@@ -46,6 +46,9 @@ class AwBrowserContext : public content::BrowserContext,
JniDependencyFactory* native_factory);
virtual ~AwBrowserContext();
+ // Currently only one instance per process is supported.
+ static AwBrowserContext* GetDefault();
+
// Convenience method to returns the AwBrowserContext corresponding to the
// given WebContents.
static AwBrowserContext* FromWebContents(