summaryrefslogtreecommitdiffstats
path: root/chrome/common/platform_util_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/platform_util_linux.cc')
-rw-r--r--chrome/common/platform_util_linux.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/common/platform_util_linux.cc b/chrome/common/platform_util_linux.cc
index 79990a5..eb991ef 100644
--- a/chrome/common/platform_util_linux.cc
+++ b/chrome/common/platform_util_linux.cc
@@ -90,11 +90,7 @@ void SimpleErrorBox(gfx::NativeWindow parent,
/* Warning: this may be either Linux or ChromeOS */
string16 GetVersionStringModifier() {
-#if defined(GOOGLE_CHROME_BUILD)
- return EmptyString16(); /* TODO(jrg,mmoss) */
-#else
- return EmptyString16();
-#endif
+ return ASCIIToUTF16(getenv("CHROME_VERSION_EXTRA"));
}
} // namespace platform_util