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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1299513002: [Android] Add support for a hung renderer dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 603c43af1da51134d66466abcf318180e8d81dc9..f07abd4f3a40fde69a9cb3c7ed9f16549268a9f7 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -2242,6 +2242,16 @@ However, you aren’t invisible. Going incognito doesn’t hide your browsing fr
<message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
mobile_awsnap
</message>
+ <!-- Unresponsive Renderer -->
+ <message name="IDS_UNRESPONSIVE_RENDERER" desc="An infobar message indicating to the user that the current page is unresponsive">
+ The page has become unresponsive. You can wait for it to become responsive or dismiss it.
+ </message>
+ <message name="IDS_UNRESPONSIVE_RENDERER_KILL" desc="An infobar button message for killing the unresponsive page">
+ Kill
gone 2015/08/14 21:05:43 Probably want to use less forceful language. Run
gone 2015/08/14 21:07:28 MAYBE LATER is kind of a joke but not really. Des
jdduke (slow) 2015/08/14 21:22:19 Chrome asks to wait or kill, I basically stole the
+ </message>
+ <message name="IDS_UNRESPONSIVE_RENDERER_WAIT" desc="An infobar button message for waiting on the unresponsive page">
+ Wait
+ </message>
</messages>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698