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

Unified Diff: android_webview/browser/aw_content_browser_client.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
« no previous file with comments | « android_webview/browser/aw_browser_context.cc ('k') | android_webview/browser/aw_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_content_browser_client.h
diff --git a/android_webview/browser/aw_content_browser_client.h b/android_webview/browser/aw_content_browser_client.h
index 4e0f86dc518d82b891b9d07445ac5818c06b6347..67cad7cca48c848e648a44b87b9e5cba0baeba58 100644
--- a/android_webview/browser/aw_content_browser_client.h
+++ b/android_webview/browser/aw_content_browser_client.h
@@ -16,7 +16,6 @@
namespace android_webview {
class AwBrowserContext;
-class JniDependencyFactory;
class AwContentBrowserClient : public content::ContentBrowserClient {
public:
@@ -26,7 +25,7 @@ class AwContentBrowserClient : public content::ContentBrowserClient {
// Deprecated: use AwBrowserContext::GetDefault() instead.
static AwBrowserContext* GetAwBrowserContext();
- AwContentBrowserClient(JniDependencyFactory* native_factory);
+ explicit AwContentBrowserClient();
~AwContentBrowserClient() override;
// Allows AwBrowserMainParts to initialize a BrowserContext at the right
@@ -140,8 +139,6 @@ class AwContentBrowserClient : public content::ContentBrowserClient {
// context.
std::unique_ptr<AwBrowserContext> browser_context_;
- JniDependencyFactory* native_factory_;
-
DISALLOW_COPY_AND_ASSIGN(AwContentBrowserClient);
};
« no previous file with comments | « android_webview/browser/aw_browser_context.cc ('k') | android_webview/browser/aw_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698