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

Unified Diff: chrome/browser/ui/cocoa/hung_renderer_controller.h

Issue 1107273002: Use the new ICU plural syntax to fix the strings in the hung pages dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: grd descriptions Created 5 years, 8 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 | « chrome/app/nibs/HungRendererDialog.xib ('k') | chrome/browser/ui/cocoa/hung_renderer_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/hung_renderer_controller.h
diff --git a/chrome/browser/ui/cocoa/hung_renderer_controller.h b/chrome/browser/ui/cocoa/hung_renderer_controller.h
index 58a662b8254a33268621fd2bb083edf9b35ffd58..c7ccf4c796cd5855582221bb1326385875263833 100644
--- a/chrome/browser/ui/cocoa/hung_renderer_controller.h
+++ b/chrome/browser/ui/cocoa/hung_renderer_controller.h
@@ -63,22 +63,6 @@ class WebContents;
// Waits longer for the renderers to respond.
- (IBAction)wait:(id)sender;
-// Modifies the dialog to show a warning for the given tab contents.
-// The dialog will contain a list of all tabs that share a renderer
-// process with |contents|. The caller must not delete any tab
-// contents without first calling endForWebContents.
-- (void)showForWebContents:(content::WebContents*)contents;
-
-// Notifies the dialog that |contents| is either responsive or closed.
-// If |contents| shares the same render process as the tab contents
-// this dialog was created for, this function will close the dialog.
-// If |contents| has a different process, this function does nothing.
-- (void)endForWebContents:(content::WebContents*)contents;
-
-// Called by |hungContentsObserver_| to indicate that |hungContents_|
-// has gone away.
-- (void)renderProcessGone;
-
@end // HungRendererController
« no previous file with comments | « chrome/app/nibs/HungRendererDialog.xib ('k') | chrome/browser/ui/cocoa/hung_renderer_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698