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

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

Issue 685103004: Refactor chrome_launcher_support::GetAnyChromePath. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: One more /* is_sxs */. 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
Index: chrome/app_installer/win/app_installer_util.h
diff --git a/chrome/app_installer/win/app_installer_util.h b/chrome/app_installer/win/app_installer_util.h
index 71ee8c2118a19f1445b0661e33da2188cf30955f..33ed85704f045be08139ff4768b81cbff4a70e4a 100644
--- a/chrome/app_installer/win/app_installer_util.h
+++ b/chrome/app_installer/win/app_installer_util.h
@@ -50,8 +50,6 @@ bool FetchUrl(const base::string16& user_agent,
const base::string16& object_name,
std::vector<uint8_t>* response_data);
-base::FilePath GetChromeExePath(bool is_canary);
-
// Shows UI to download and install Chrome. Returns a failure code, or SUCCESS
// if the installation completed successfully.
ExitCode GetChrome(bool is_canary, const std::string& inline_install_json);

Powered by Google App Engine
This is Rietveld 408576698