Chromium Code Reviews| Index: content/common/user_agent.cc |
| diff --git a/content/common/user_agent.cc b/content/common/user_agent.cc |
| index f3e113da7c180ada1d540dc309e7c17e76f6727f..98a0c4b629772ca597ea614e77c58e419f70c058 100644 |
| --- a/content/common/user_agent.cc |
| +++ b/content/common/user_agent.cc |
| @@ -27,7 +27,7 @@ namespace { |
| #if defined(OS_ANDROID) |
| std::string GetAndroidDeviceName() { |
| - return base::SysInfo::GetDeviceName(); |
| + return base::SysInfo::HardwareModelName(); |
|
jdduke (slow)
2015/07/14 18:46:48
Nit: I think we can remove this method and just in
tdresser
2015/07/14 19:02:27
Done.
|
| } |
| #endif |