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

Unified Diff: android_webview/lib/main/aw_main_delegate.h

Issue 2884353003: [WebView] Remove more redundant classes (Closed)
Patch Set: add missing header 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/jni_dependency_factory.h ('k') | android_webview/lib/main/aw_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/lib/main/aw_main_delegate.h
diff --git a/android_webview/lib/main/aw_main_delegate.h b/android_webview/lib/main/aw_main_delegate.h
index 42fd0539934de4781163b2aac500368ba3cab0f8..8cdc35a94712bd7d9476203474a09429bf4d9350 100644
--- a/android_webview/lib/main/aw_main_delegate.h
+++ b/android_webview/lib/main/aw_main_delegate.h
@@ -54,8 +54,6 @@ class AwMainDelegate : public content::ContentMainDelegate,
AwBrowserContext* browser_context) override;
content::WebContentsViewDelegate* CreateViewDelegate(
content::WebContents* web_contents) override;
- AwWebPreferencesPopulater* CreateWebPreferencesPopulater() override;
- AwLocaleManager* CreateAwLocaleManager() override;
std::unique_ptr<content::BrowserMainRunner> browser_runner_;
AwContentClient content_client_;
« no previous file with comments | « android_webview/browser/jni_dependency_factory.h ('k') | android_webview/lib/main/aw_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698