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

Unified Diff: chrome/app_installer/win/app_installer_util.cc

Issue 685103004: Refactor chrome_launcher_support::GetAnyChromePath. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix app_installer compile. Created 5 years, 11 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 | « chrome/app_installer/win/app_installer_util.h ('k') | chrome/app_shim/win/app_shim_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app_installer/win/app_installer_util.cc
diff --git a/chrome/app_installer/win/app_installer_util.cc b/chrome/app_installer/win/app_installer_util.cc
index 83dd4811321da311263307bf3a7174bac6d93819..51c3120415240c57d1016abda2e36a3c96b56ee5 100644
--- a/chrome/app_installer/win/app_installer_util.cc
+++ b/chrome/app_installer/win/app_installer_util.cc
@@ -298,11 +298,6 @@ bool FetchUrl(const base::string16& user_agent,
return ReadHttpData(request_handle.Get(), response_data);
}
-base::FilePath GetChromeExePath(bool is_canary) {
- return is_canary ? chrome_launcher_support::GetAnyChromeSxSPath()
- : chrome_launcher_support::GetAnyChromePath();
-}
-
ExitCode GetChrome(bool is_canary, const std::string& inline_install_json) {
// Show UI to install Chrome. The UI returns a download URL.
base::string16 download_url =
« no previous file with comments | « chrome/app_installer/win/app_installer_util.h ('k') | chrome/app_shim/win/app_shim_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698