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

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: Pre-review tweaks 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') | chrome/browser/ui/browser.cc » ('J')
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 a9ed389d2a42bcfdbc197713507f1e3fc2dfa001..680be87f15d7aac1bb3ca9671e06c9c93489126f 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6645,6 +6645,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') | chrome/browser/ui/browser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698