| Index: chrome/common/chrome_version_info.h
|
| diff --git a/chrome/common/chrome_version_info.h b/chrome/common/chrome_version_info.h
|
| index 21ad32fe7dbe2c2a0935f04a3aab2f82d54bf278..84292e5e1014962da8f82d0052f32813e2a28262 100644
|
| --- a/chrome/common/chrome_version_info.h
|
| +++ b/chrome/common/chrome_version_info.h
|
| @@ -72,6 +72,9 @@ class VersionInfo {
|
| // will be CHANNEL_UNKNOWN.
|
| static Channel GetChannel();
|
|
|
| + // Returns a version string to be displayed in "About Chromium" dialog.
|
| + std::string CreateVersionString() const;
|
| +
|
| private:
|
| #if defined(OS_WIN) || defined(OS_MACOSX)
|
| scoped_ptr<FileVersionInfo> version_info_;
|
|
|