summaryrefslogtreecommitdiffstats
path: root/chrome/common/platform_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/platform_util.h')
-rw-r--r--chrome/common/platform_util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/platform_util.h b/chrome/common/platform_util.h
index 0a042f2..99b322e 100644
--- a/chrome/common/platform_util.h
+++ b/chrome/common/platform_util.h
@@ -44,6 +44,11 @@ void SimpleErrorBox(gfx::NativeWindow parent,
const string16& title,
const string16& message);
+// Return a human readable modifier for the version string. For a
+// branded Chrome (not Chromium), this modifier is the channel (dev,
+// beta, stable).
+string16 GetVersionStringModifier();
+
}
#endif // CHROME_COMMON_PLATFORM_UTIL_H_