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

Unified Diff: chrome/common/chrome_version_info.h

Issue 7104106: Unify the version string to be displayed on "About Chromium" dialog. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Skip CreateVersionString() for NACL_WIN64 Created 9 years, 6 months 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
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_;

Powered by Google App Engine
This is Rietveld 408576698