summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/install_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/util/install_util.h')
-rw-r--r--chrome/installer/util/install_util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/installer/util/install_util.h b/chrome/installer/util/install_util.h
index 5fd87be..fd21b29 100644
--- a/chrome/installer/util/install_util.h
+++ b/chrome/installer/util/install_util.h
@@ -100,12 +100,6 @@ class InstallUtil {
static bool DeleteRegistryValue(HKEY reg_root, const std::wstring& key_path,
const std::wstring& value_name);
- // Returns a static preference object that has been initialized with the
- // CommandLine object for the current process.
- // NOTE: Must not be called before CommandLine::Init() is called!
- static const installer_util::MasterPreferences&
- GetMasterPreferencesForCurrentProcess();
-
private:
DISALLOW_COPY_AND_ASSIGN(InstallUtil);
};