| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 31fcdc8acd14425415b71849f5e05e5345cf0f57..206f8e2238feb12797d0184accc6f7de466170b5 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -3,6 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| #include "chrome/common/chrome_constants.h"
|
| +#include "chrome/common/chrome_version.h"
|
|
|
| #define FPL FILE_PATH_LITERAL
|
|
|
| @@ -19,6 +20,8 @@
|
|
|
| namespace chrome {
|
|
|
| +const char kChromeVersion[] = CHROME_VERSION_STRING;
|
| +
|
| #if defined(OS_WIN)
|
| const char kChromeVersionEnvVar[] = "CHROME_VERSION";
|
| #endif
|
|
|