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

Unified Diff: chrome/app/generated_resources.grd

Issue 6053012: This adds a "killed tab" page and pages reload when killed on ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed indent Created 9 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/app/theme/killtab.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 0bf1ea4f87ce15302b6d3029dbb026e835208431..492f1771164674f93f2bc332db88556723b42018 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6704,6 +6704,16 @@ Keep your key file in a safe place. You will need it to create new versions of y
Something went wrong while displaying this webpage. To continue, press Reload or go to another page.
</message>
+ <!-- Killed Tab Strings -->
+ <!-- TODO(gspencer): These are temporary values until real
+ values are supplied by UI team. See http://crosbug.com/10711 -->
+ <message name="IDS_KILLED_TAB_TITLE" desc="The title of the killed tab page that is shown when a tab is killed by the OS. This is intended to be a humorous exclamation of dismay.">
+ He's Dead, Jim!
+ </message>
+ <message name="IDS_KILLED_TAB_MESSAGE" desc="The message displayed on the killed tab page.">
+ Something caused this webpage to be killed, either because the operating system ran out of memory, or for some other reason. To continue, press Reload or go to another page.
+ </message>
+
<!-- Incognito -->
<message name="IDS_OFF_THE_RECORD_TOOLTIP" desc="The tooltip for the incognito icon.">
You have opened an incognito window. Pages that you open in this window won't appear in your history.
« no previous file with comments | « no previous file | chrome/app/theme/killtab.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698