Index: content/app/android/content_main.cc |
diff --git a/content/app/android/content_main.cc b/content/app/android/content_main.cc |
index f3731864d369cf78d985b1e74d3dfb4fffab3346..1371617d2bedd3574281a3976b9b15a5143bc96b 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, |