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

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

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/lib/main/aw_main_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/lib/main/aw_main_delegate.cc
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc
index 0dbed8b02e8a51b7db2e9bb6767a4f7deac9df93..9f2f848e49a4bbe758693039228011d706694f76 100644
--- a/android_webview/lib/main/aw_main_delegate.cc
+++ b/android_webview/lib/main/aw_main_delegate.cc
@@ -7,12 +7,10 @@
#include <memory>
#include "android_webview/browser/aw_content_browser_client.h"
-#include "android_webview/browser/aw_locale_manager_impl.h"
#include "android_webview/browser/aw_media_url_interceptor.h"
#include "android_webview/browser/aw_quota_manager_bridge_impl.h"
#include "android_webview/browser/aw_safe_browsing_config_helper.h"
#include "android_webview/browser/aw_web_contents_view_delegate.h"
-#include "android_webview/browser/aw_web_preferences_populater_impl.h"
#include "android_webview/browser/browser_view_renderer.h"
#include "android_webview/browser/command_line_helper.h"
#include "android_webview/browser/deferred_gpu_command_service.h"
@@ -278,12 +276,4 @@ content::WebContentsViewDelegate* AwMainDelegate::CreateViewDelegate(
return AwWebContentsViewDelegate::Create(web_contents);
}
-AwWebPreferencesPopulater* AwMainDelegate::CreateWebPreferencesPopulater() {
- return new AwWebPreferencesPopulaterImpl();
-}
-
-AwLocaleManager* AwMainDelegate::CreateAwLocaleManager() {
- return new AwLocaleManagerImpl();
-}
-
} // namespace android_webview
« no previous file with comments | « android_webview/lib/main/aw_main_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698