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); |