diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-18 21:07:16 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-18 21:07:16 +0000 |
commit | c8717adf7ca0e0c3d1ef374a29c1d320018e17af (patch) | |
tree | 65c1682a67348252d48b2306fb195368b44a1a29 /chrome/app/chromium_strings.grd | |
parent | 9e70a1857733240eef9cb2ec6afc0e8079d1e9fe (diff) | |
download | chromium_src-c8717adf7ca0e0c3d1ef374a29c1d320018e17af.zip chromium_src-c8717adf7ca0e0c3d1ef374a29c1d320018e17af.tar.gz chromium_src-c8717adf7ca0e0c3d1ef374a29c1d320018e17af.tar.bz2 |
Implement chrome://crashes
Creates a new internal page for listing recent reported crashes, to make it easier for users to report crashes, or get crash IDs when asked in bug reports.
Won't yet display any crashes on Windows, since the breakpad side is not yet done on Windows.
BUG=41106
TEST=Visit chrome://crashes; depending on the build type, platform, and metric pref state, it should display crashes or an informative message.
Review URL: http://codereview.chromium.org/6545001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75433 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chromium_strings.grd')
-rw-r--r-- | chrome/app/chromium_strings.grd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index 78bbb04..b9671a2 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -506,6 +506,10 @@ be available for now. --> <message name="IDS_CONFLICTS_CHECK_WARNING_SUSPECTED" desc="Warning label on the compatibility page"> A module with the same name has been known to conflict with Chromium. </message> + <!-- chrome://crashes strings --> + <message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message for chrome://crashes when crash reporting is disabled"> + Crash reporting is not available in Chromium. + </message> <if expr="os == 'darwin'"> <message name="IDS_SHORT_PRODUCT_NAME" desc="The application's short name, used for the Mac's application menu, activity monitor, etc. This should be less than 16 characters. Example: Chrome, not Google Chrome."> |