| Index: chrome/app/main_dll_loader_win.cc
|
| diff --git a/chrome/app/main_dll_loader_win.cc b/chrome/app/main_dll_loader_win.cc
|
| index ef519e032342e258f514f77dd35bb0542b440d61..1a442d927c8e7cf8e39a93eb908cb26efd34fa22 100644
|
| --- a/chrome/app/main_dll_loader_win.cc
|
| +++ b/chrome/app/main_dll_loader_win.cc
|
| @@ -39,9 +39,7 @@
|
| #include "chrome/common/chrome_result_codes.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/metrics_constants_util_win.h"
|
| -#include "chrome/installer/util/google_update_constants.h"
|
| #include "chrome/installer/util/google_update_settings.h"
|
| -#include "chrome/installer/util/install_util.h"
|
| #include "chrome/installer/util/util_constants.h"
|
| #include "content/public/app/sandbox_helper_win.h"
|
| #include "content/public/common/content_switches.h"
|
| @@ -168,9 +166,6 @@ int MainDllLoader::Launch(HINSTANCE instance,
|
| if (!PathService::Get(chrome::DIR_WATCHER_DATA, &watcher_data_directory))
|
| return chrome::RESULT_CODE_MISSING_DATA;
|
|
|
| - base::string16 channel_name = GoogleUpdateSettings::GetChromeChannel(
|
| - !InstallUtil::IsPerUserInstall(cmd_line.GetProgram()));
|
| -
|
| // Intentionally leaked.
|
| HMODULE watcher_dll = Load(&file);
|
| if (!watcher_dll)
|
|
|