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

Unified Diff: chrome/installer/util/helper.h

Issue 2619323003: Remove uses of BrowserDistribution::CHROME_BINARIES in installer_util. (Closed)
Patch Set: Created 3 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/installer/util/helper.h
diff --git a/chrome/installer/util/helper.h b/chrome/installer/util/helper.h
index 940db447f6b2dfd62671537697a114e9ae353352..73ef4e18fad87983db855f76d5c5f9b679872bae 100644
--- a/chrome/installer/util/helper.h
+++ b/chrome/installer/util/helper.h
@@ -7,8 +7,6 @@
#ifndef CHROME_INSTALLER_UTIL_HELPER_H_
#define CHROME_INSTALLER_UTIL_HELPER_H_
-#include <string>
-
class BrowserDistribution;
namespace base {
@@ -25,15 +23,6 @@ namespace installer {
base::FilePath GetChromeInstallPath(bool system_install,
BrowserDistribution* dist);
-// Returns the distribution corresponding to the current process's binaries.
-// In the case of a multi-install product, this will be the CHROME_BINARIES
-// distribution.
-BrowserDistribution* GetBinariesDistribution(bool system_install);
-
-// Returns the app guid under which the current process receives updates from
-// Google Update.
-std::wstring GetAppGuidForUpdates(bool system_install);
-
} // namespace installer
#endif // CHROME_INSTALLER_UTIL_HELPER_H_

Powered by Google App Engine
This is Rietveld 408576698