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

Unified Diff: android_webview/browser/aw_browser_context.h

Issue 2888173003: [WebView] Remove jni_dependency_factory.h (Closed)
Patch Set: add explicit Created 3 years, 7 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/browser/aw_browser_context.h
diff --git a/android_webview/browser/aw_browser_context.h b/android_webview/browser/aw_browser_context.h
index c2a4bc251d1ff3743bd5b81a1438ccf842081681..20aa593d506a0517329292689c28107520cf9a9c 100644
--- a/android_webview/browser/aw_browser_context.h
+++ b/android_webview/browser/aw_browser_context.h
@@ -47,7 +47,6 @@ namespace android_webview {
class AwFormDatabaseService;
class AwQuotaManagerBridge;
class AwURLRequestContextGetter;
-class JniDependencyFactory;
namespace prefs {
@@ -61,9 +60,7 @@ extern const char kWebRestrictionsAuthority[];
class AwBrowserContext : public content::BrowserContext,
public visitedlink::VisitedLinkDelegate {
public:
-
- AwBrowserContext(const base::FilePath path,
- JniDependencyFactory* native_factory);
+ AwBrowserContext(const base::FilePath path);
~AwBrowserContext() override;
// Currently only one instance per process is supported.
@@ -133,7 +130,6 @@ class AwBrowserContext : public content::BrowserContext,
// The file path where data for this context is persisted.
base::FilePath context_storage_path_;
- JniDependencyFactory* native_factory_;
scoped_refptr<AwURLRequestContextGetter> url_request_context_getter_;
scoped_refptr<AwQuotaManagerBridge> quota_manager_bridge_;
std::unique_ptr<AwFormDatabaseService> form_database_service_;
« no previous file with comments | « android_webview/browser/android_webview_jni_registrar.cc ('k') | android_webview/browser/aw_browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698