diff options
Diffstat (limited to 'content/app/android/content_main.cc')
-rw-r--r-- | content/app/android/content_main.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/app/android/content_main.cc b/content/app/android/content_main.cc index f373186..1371617 100644 --- a/content/app/android/content_main.cc +++ b/content/app/android/content_main.cc @@ -8,7 +8,6 @@ #include "base/base_switches.h" #include "base/command_line.h" #include "base/lazy_instance.h" -#include "content/app/android/user_agent.h" #include "content/public/app/content_main_delegate.h" #include "content/public/app/content_main_runner.h" #include "content/public/common/content_switches.h" @@ -47,8 +46,6 @@ static jint Start(JNIEnv* env, jclass clazz) { base::debug::WaitForDebugger(24*60*60, false); } - webkit_glue::SetUserAgentOSInfo(content::GetUserAgentOSInfo()); - DCHECK(!g_content_runner.Get().get()); g_content_runner.Get().reset(ContentMainRunner::Create()); g_content_runner.Get()->Initialize(0, NULL, |