| 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;
|
|
|
|
|