summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_constants.h
diff options
context:
space:
mode:
authortommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-07 19:37:22 +0000
committertommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-07 19:37:22 +0000
commit03d21b85e07e9d35d92867606c42e0f4bf74cf30 (patch)
tree2ffac72e621feb8c92c8c46915cea85b2a096edb /chrome/common/chrome_constants.h
parent137e58f169fb978c4108f38e7275fefda5e45519 (diff)
downloadchromium_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/common/chrome_constants.h')
-rw-r--r--chrome/common/chrome_constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
index bc4d4bf..ee82ff54 100644
--- a/chrome/common/chrome_constants.h
+++ b/chrome/common/chrome_constants.h
@@ -14,6 +14,8 @@ namespace chrome {
extern const char kChromeVersion[];
+extern const char kChromeVersionEnvVar[];
+
extern const wchar_t kBrowserProcessExecutableName[];
extern const wchar_t kHelperProcessExecutableName[];
extern const wchar_t kBrowserProcessExecutablePath[];