diff options
author | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-26 00:08:54 +0000 |
---|---|---|
committer | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-26 00:08:54 +0000 |
commit | 1f52637b5d454cfe53fdc1bfee79d58141f51a40 (patch) | |
tree | 30c797733e1e93b3135ba8a564dca28cdb1fd117 /chrome/browser/bug_report_util.h | |
parent | b1a6110f8087d82db29471ed578425700558615a (diff) | |
download | chromium_src-1f52637b5d454cfe53fdc1bfee79d58141f51a40.zip chromium_src-1f52637b5d454cfe53fdc1bfee79d58141f51a40.tar.gz chromium_src-1f52637b5d454cfe53fdc1bfee79d58141f51a40.tar.bz2 |
Added new chromeos-specific values for bug type dropdown in user feedback dialog. Removed system info checkbox, fixed alignment of the link.
BUG=chromium-os:3564
TEST=open the feedback/bug report dialog, check the new values in the dropdown
Review URL: http://codereview.chromium.org/2220001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48229 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/bug_report_util.h')
-rw-r--r-- | chrome/browser/bug_report_util.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/chrome/browser/bug_report_util.h b/chrome/browser/bug_report_util.h index a37f8e8..4d8ecbd 100644 --- a/chrome/browser/bug_report_util.h +++ b/chrome/browser/bug_report_util.h @@ -29,6 +29,23 @@ class TabContents; class BugReportUtil { public: +#if defined(OS_CHROMEOS) + enum BugType { + PAGE_FORMATTING = 0, + PAGE_WONT_LOAD, + PHISHING_PAGE, + PLUGIN_ISSUE, + TABS_WINDOW_OVERVIEW_ISSUE, + CONNECTION_ISSUE, + SYNC_ISSUE, + CRASH_ISSUE, + EXTENSION_ISSUE, + APP_LAUNCHER_ISSUE, + PANEL_ISSUE, + POWER_ISSUE, + OTHER_PROBLEM + }; +#else enum BugType { PAGE_WONT_LOAD = 0, PAGE_LOOKS_ODD, @@ -39,6 +56,7 @@ class BugReportUtil { BROWSER_CRASH, OTHER_PROBLEM }; +#endif // SetOSVersion copies the maj.minor.build + servicePack_string // into a string. We currently have: |