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

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

Issue 2619323003: Remove uses of BrowserDistribution::CHROME_BINARIES in installer_util. (Closed)
Patch Set: sync to position 442533 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
« no previous file with comments | « chrome/installer/util/google_update_settings_unittest.cc ('k') | chrome/installer/util/helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/helper.h
diff --git a/chrome/installer/util/helper.h b/chrome/installer/util/helper.h
index 940db447f6b2dfd62671537697a114e9ae353352..c2c74e7e94c09c839f88131322b27afe93a1e156 100644
--- a/chrome/installer/util/helper.h
+++ b/chrome/installer/util/helper.h
@@ -7,14 +7,10 @@
#ifndef CHROME_INSTALLER_UTIL_HELPER_H_
#define CHROME_INSTALLER_UTIL_HELPER_H_
-#include <string>
+#include "base/files/file_path.h"
class BrowserDistribution;
-namespace base {
-class FilePath;
-}
-
namespace installer {
// This function returns the install path for Chrome depending on whether its
@@ -25,15 +21,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_
« no previous file with comments | « chrome/installer/util/google_update_settings_unittest.cc ('k') | chrome/installer/util/helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698