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

Unified Diff: webkit/common/user_agent/user_agent_util.cc

Issue 136343002: Remove Chrome for TV code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 11 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 | « third_party/widevine/cdm/widevine_cdm.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/widevine/cdm/widevine_cdm.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698