diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-07 19:37:22 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-07 19:37:22 +0000 |
commit | 03d21b85e07e9d35d92867606c42e0f4bf74cf30 (patch) | |
tree | 2ffac72e621feb8c92c8c46915cea85b2a096edb /chrome/installer/util/google_chrome_distribution.h | |
parent | 137e58f169fb978c4108f38e7275fefda5e45519 (diff) | |
download | chromium_src-03d21b85e07e9d35d92867606c42e0f4bf74cf30.zip chromium_src-03d21b85e07e9d35d92867606c42e0f4bf74cf30.tar.gz chromium_src-03d21b85e07e9d35d92867606c42e0f4bf74cf30.tar.bz2 |
Removing the GetVersionEnvKey method from BrowserDistribution.
This function is not used by the installer and since we're moving towards using shared binaries, all components should rely on using the same version env var. It's also one less thing that the chrome code relies on from the installer code.
TEST=Should be no change.
BUG=61609
Review URL: http://codereview.chromium.org/5602001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68505 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/google_chrome_distribution.h')
-rw-r--r-- | chrome/installer/util/google_chrome_distribution.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/installer/util/google_chrome_distribution.h b/chrome/installer/util/google_chrome_distribution.h index d6fa281..221f6b4 100644 --- a/chrome/installer/util/google_chrome_distribution.h +++ b/chrome/installer/util/google_chrome_distribution.h @@ -63,8 +63,6 @@ class GoogleChromeDistribution : public BrowserDistribution { virtual std::wstring GetVersionKey(); - virtual std::wstring GetEnvVersionKey(); - virtual void UpdateDiffInstallStatus(bool system_install, bool incremental_install, installer_util::InstallStatus install_status); |