Index: chrome/installer/setup/install.h |
diff --git a/chrome/installer/setup/install.h b/chrome/installer/setup/install.h |
index a700b3c8be7200ee71af62dfe2f624d1ed2e6450..22f3c3d229eef096d584d80d8f6bd894429f88cf 100644 |
--- a/chrome/installer/setup/install.h |
+++ b/chrome/installer/setup/install.h |
@@ -132,11 +132,6 @@ void HandleActiveSetupForBrowser(const base::FilePath& installation_root, |
const Product& chrome, |
bool force); |
-// Launches app_host.exe to install content from web store (non-blocking). |
-// Returns true on successful execution (although successful installation |
-// is not guaranteed). |
-bool InstallFromWebstore(const std::string& app_code); |
- |
} // namespace installer |
#endif // CHROME_INSTALLER_SETUP_INSTALL_H_ |