| Index: chrome/common/channel_info_win.cc
|
| diff --git a/chrome/common/channel_info_win.cc b/chrome/common/channel_info_win.cc
|
| index 49fc492ae03bdf88a52d1de87bd4bca9d9f7fd48..b4fb9833988f1d1a098c5578c19347d0bd74914d 100644
|
| --- a/chrome/common/channel_info_win.cc
|
| +++ b/chrome/common/channel_info_win.cc
|
| @@ -29,8 +29,7 @@ std::string GetChannelString() {
|
| base::string16 channel;
|
| if (PathService::Get(base::FILE_MODULE, &module)) {
|
| bool is_system_install = !InstallUtil::IsPerUserInstall(module);
|
| - GoogleUpdateSettings::GetChromeChannelAndModifiers(is_system_install,
|
| - &channel);
|
| + channel = GoogleUpdateSettings::GetChromeChannel(is_system_install);
|
| }
|
| #if defined(SYZYASAN)
|
| if (base::debug::IsBinaryInstrumented())
|
|
|