2020
2121#include " content/nw/src/shell_content_browser_client.h"
2222
23- #include " base/command_line.h"
2423#include " base/file_path.h"
2524#include " base/file_util.h"
2625#include " base/threading/thread_restrictions.h"
27- #include " content/public/common/content_switches.h"
2826#include " content/public/browser/browser_url_handler.h"
2927#include " content/public/browser/render_process_host.h"
3028#include " content/public/browser/resource_dispatcher_host.h"
3129#include " content/nw/src/browser/shell_devtools_delegate.h"
3230#include " content/nw/src/browser/shell_resource_dispatcher_host_delegate.h"
33- #include " content/nw/src/common/shell_switches.h"
3431#include " content/nw/src/media/media_internals.h"
3532#include " content/nw/src/shell.h"
3633#include " content/nw/src/shell_browser_context.h"
3734#include " content/nw/src/shell_browser_main_parts.h"
3835#include " geolocation/shell_access_token_store.h"
3936#include " googleurl/src/gurl.h"
40- #include " ui/base/l10n/l10n_util.h"
4137
4238namespace content {
4339
@@ -60,10 +56,6 @@ void ShellContentBrowserClient::RenderProcessHostCreated(
6056 render_process_id_ = host->GetID ();
6157}
6258
63- std::string ShellContentBrowserClient::GetApplicationLocale () {
64- return l10n_util::GetApplicationLocale (" en-US" );
65- }
66-
6759void ShellContentBrowserClient::ResourceDispatcherHostCreated () {
6860 resource_dispatcher_host_delegate_.reset (
6961 new ShellResourceDispatcherHostDelegate ());
0 commit comments