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 = |