Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4323)

Unified Diff: chrome/app/main_dll_loader_win.cc

Issue 2694743002: Remove uses of GoogleUpdateSettings::GetChromeChannel in Chrome. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/channel_info_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | chrome/common/channel_info_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698