| Index: chrome/common/chrome_version_info_win.cc
|
| diff --git a/chrome/common/chrome_version_info_win.cc b/chrome/common/chrome_version_info_win.cc
|
| index caf5c675ce2dd63ed4189d7bb0313437546c86bf..03fa7b6b2f2e6a14a8e4a3c314d06557b11684a7 100644
|
| --- a/chrome/common/chrome_version_info_win.cc
|
| +++ b/chrome/common/chrome_version_info_win.cc
|
| @@ -26,9 +26,6 @@ std::string VersionInfo::GetVersionStringModifier() {
|
| GoogleUpdateSettings::GetChromeChannelAndModifiers(is_system_install,
|
| &channel);
|
| }
|
| -#if defined(USE_AURA)
|
| - channel += L" Aura";
|
| -#endif
|
| #if defined(ADDRESS_SANITIZER)
|
| if (base::debug::IsBinaryInstrumented())
|
| channel += L" SyzyASan";
|
|
|