summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_version_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/chrome_version_info.h')
-rw-r--r--chrome/common/chrome_version_info.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/chrome_version_info.h b/chrome/common/chrome_version_info.h
index 84292e5..4a6658f 100644
--- a/chrome/common/chrome_version_info.h
+++ b/chrome/common/chrome_version_info.h
@@ -72,6 +72,11 @@ class VersionInfo {
// will be CHANNEL_UNKNOWN.
static Channel GetChannel();
+#if defined(OS_CHROMEOS)
+ // Sets channel before use.
+ static void SetChannel(const std::string& channel);
+#endif
+
// Returns a version string to be displayed in "About Chromium" dialog.
std::string CreateVersionString() const;