| Index: content/common/user_agent.cc
|
| diff --git a/content/common/user_agent.cc b/content/common/user_agent.cc
|
| index 2255badd0b4c18f22877dbf20da7ab32e98c961e..1176c488d3d89ab814b0f79d1f1930b16449be17 100644
|
| --- a/content/common/user_agent.cc
|
| +++ b/content/common/user_agent.cc
|
| @@ -162,7 +162,7 @@ std::string BuildUserAgentFromProduct(const std::string& product) {
|
| "";
|
| #elif defined(OS_MACOSX)
|
| "Macintosh; ";
|
| -#elif defined(USE_X11)
|
| +#elif defined(USE_X11) || defined(USE_OZONE)
|
| "X11; "; // strange, but that's what Firefox uses
|
| #elif defined(OS_ANDROID)
|
| "Linux; ";
|
|
|