Index: webkit/common/user_agent/user_agent_util.cc |
diff --git a/webkit/common/user_agent/user_agent_util.cc b/webkit/common/user_agent/user_agent_util.cc |
index 7655d6963d4f647c57ed91abcda9de86cfa066e8..35e20162e68af1c299f0433b95efbcb305a87c51 100644 |
--- a/webkit/common/user_agent/user_agent_util.cc |
+++ b/webkit/common/user_agent/user_agent_util.cc |
@@ -35,11 +35,7 @@ std::string GetWebKitRevision() { |
#if defined(OS_ANDROID) |
std::string GetAndroidDeviceName() { |
- std::string android_device_name = base::SysInfo::GetDeviceName(); |
-#if defined(GOOGLE_TV) |
- android_device_name += " TV"; |
-#endif |
- return android_device_name; |
+ return base::SysInfo::GetDeviceName(); |
} |
#endif |