| Index: base/linux_util.cc
|
| diff --git a/base/linux_util.cc b/base/linux_util.cc
|
| index ae43315d4a68eab10a59f36d79d9a5604c733075..49df773ca11a2fd31108c67573ef185644c4f69f 100644
|
| --- a/base/linux_util.cc
|
| +++ b/base/linux_util.cc
|
| @@ -132,9 +132,7 @@ static const int kDistroSize = 128 + 1;
|
| // We use this static string to hold the Linux distro info. If we
|
| // crash, the crash handler code will send this in the crash dump.
|
| char g_linux_distro[kDistroSize] =
|
| -#if defined(OS_CHROMEOS) && defined(USE_AURA)
|
| - "CrOS Aura";
|
| -#elif defined(OS_CHROMEOS)
|
| +#if defined(OS_CHROMEOS)
|
| "CrOS";
|
| #elif defined(OS_ANDROID)
|
| "Android";
|
|
|