Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(227)

Unified Diff: chrome/common/chrome_version_info.h

Issue 8883043: Chrome version info getter for Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/chrome_version_info_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_version_info.h
===================================================================
--- chrome/common/chrome_version_info.h (revision 114172)
+++ chrome/common/chrome_version_info.h (working copy)
@@ -72,6 +72,11 @@
// 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;
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/chrome_version_info_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698