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

Unified Diff: chrome/browser/ui/views/hung_renderer_view.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/browser/ui/cocoa/hung_renderer_controller.mm ('k') | chrome/browser/ui/views/hung_renderer_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/hung_renderer_view.h
diff --git a/chrome/browser/ui/views/hung_renderer_view.h b/chrome/browser/ui/views/hung_renderer_view.h
index d178aafa5ba473af068549c931fe51b5c9ea2213..9c216ebc5deadfbbe229d36bbc54832829c8d342 100644
--- a/chrome/browser/ui/views/hung_renderer_view.h
+++ b/chrome/browser/ui/views/hung_renderer_view.h
@@ -19,6 +19,7 @@ class WebContents;
}
namespace views {
+class Label;
class LabelButton;
}
@@ -149,6 +150,12 @@ class HungRendererDialogView : public views::DialogDelegateView,
static void InitClass();
+ // An amusing icon image.
+ static gfx::ImageSkia* frozen_icon_;
+
+ // The label describing the list.
+ views::Label* info_label_;
+
// Controls within the dialog box.
views::TableView* hung_pages_table_;
@@ -162,9 +169,6 @@ class HungRendererDialogView : public views::DialogDelegateView,
// Whether or not we've created controls for ourself.
bool initialized_;
- // An amusing icon image.
- static gfx::ImageSkia* frozen_icon_;
-
DISALLOW_COPY_AND_ASSIGN(HungRendererDialogView);
};
« no previous file with comments | « chrome/browser/ui/cocoa/hung_renderer_controller.mm ('k') | chrome/browser/ui/views/hung_renderer_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698