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

Unified Diff: chrome/browser/bug_report_util.h

Issue 355013: Add OS version information to the bug report utility for the Mac version.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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/bug_report_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bug_report_util.h
===================================================================
--- chrome/browser/bug_report_util.h (revision 30813)
+++ chrome/browser/bug_report_util.h (working copy)
@@ -11,6 +11,7 @@
#include "base/basictypes.h"
#if defined(OS_MACOSX)
#include "base/mac_util.h"
+#include "base/sys_info.h"
#endif
#include "base/scoped_ptr.h"
@@ -20,7 +21,7 @@
class BugReportUtil {
public:
// SetOSVersion copies the maj.minor.build + servicePack_string
- // into a string (for Windows only). We currently have:
+ // into a string. We currently have:
// win_util::GetWinVersion returns WinVersion, which is just
// an enum of 2000, XP, 2003, or VISTA. Not enough detail for
// bug reports.
svn: 'base/sys_info_mac.mm' is not under version control
« no previous file with comments | « no previous file | chrome/browser/bug_report_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698