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

Unified Diff: chrome/browser/views/about_chrome_view.h

Issue 523151: Fix crash due to parsing of raw branch code from Google Update (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/views/about_chrome_view.cc » ('j') | chrome/common/platform_util_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/about_chrome_view.h
===================================================================
--- chrome/browser/views/about_chrome_view.h (revision 35456)
+++ chrome/browser/views/about_chrome_view.h (working copy)
@@ -190,6 +190,9 @@
// Our current version.
std::wstring current_version_;
+ // Additional information about the version (channel and build number).
+ std::wstring version_details_;
+
// The version Google Update reports is available to us.
std::wstring new_version_available_;
« no previous file with comments | « no previous file | chrome/browser/views/about_chrome_view.cc » ('j') | chrome/common/platform_util_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698