diff options
author | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-14 05:45:26 +0000 |
---|---|---|
committer | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-14 05:45:26 +0000 |
commit | 862066288bfa2871c36e3ab794fb7f6819a5cdfd (patch) | |
tree | 7edbca6eb7696507b772cf8c73ac7b549eec36d4 /chrome/app | |
parent | 639e99c45b2e5b476c58847153133a91f2aec164 (diff) | |
download | chromium_src-862066288bfa2871c36e3ab794fb7f6819a5cdfd.zip chromium_src-862066288bfa2871c36e3ab794fb7f6819a5cdfd.tar.gz chromium_src-862066288bfa2871c36e3ab794fb7f6819a5cdfd.tar.bz2 |
Commiting http://codereview.chromium.org/2017007/show on behalf of rkc@chromium.org.
This change hooks issue report dialog with Google Feedback backend for ChromeOS.
The dialog is going to be used only for Chrome OS at the moment, the previous mechanism is kept intact for other operating systems.
Image and System Info reporting is disabled at the moment; for image, we need
feedback to get their changes in production, for reporting, the system scripts
need to be added (basic Chrome and OS version info is being sent with the report)
BUG=chromium-os:2761
TEST=none, work in progress
TBR=zelidrag
Review URL: http://codereview.chromium.org/2068004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47244 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index a465f19..7430470 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4102,6 +4102,23 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_BUGREPORT_DESCRIPTION_LABEL" desc="Label for description field"> Description: </message> + <if expr="pp_ifdef('chromeos')"> + <message name="IDS_BUGREPORT_INCLUDE_LAST_SCREEN_IMAGE" desc="Radio button for including the last screen image on the bug report dialog box"> + Send last screen shot + </message> + <message name="IDS_BUGREPORT_INCLUDE_NEW_SCREEN_IMAGE" desc="Radio button for including a new screen image on the bug report dialog box"> + Send a new screen shot + </message> + <message name="IDS_BUGREPORT_INCLUDE_SYSTEM_INFORMATION_CHKBOX" desc="Checkbox for including system information on the bug report dialog box"> + Send system information + </message> + <message name="IDS_BUGREPORT_SYSTEM_INFORMATION_URL" desc="URL for system information on the bug report dialog box"> + file:///etc/logs/last + </message> + <message name="IDS_BUGREPORT_SYSTEM_INFORMATION_URL_TEXT" desc="Text for system information url on the bug report dialog box"> + System Information + </message> + </if> <message name="IDS_BUGREPORT_INCLUDE_PAGE_SOURCE_CHKBOX" desc="Checkbox for including page source"> Send source of current page </message> |