Chromium Code Reviews| Index: chrome/browser/ui/views/sad_tab_view.h |
| diff --git a/chrome/browser/ui/views/sad_tab_view.h b/chrome/browser/ui/views/sad_tab_view.h |
| index 3656789a5dd14278ed81de1ec8117ead20eeb252..07a21173a9972a64a9710922d4c2221fdb4d27a3 100644 |
| --- a/chrome/browser/ui/views/sad_tab_view.h |
| +++ b/chrome/browser/ui/views/sad_tab_view.h |
| @@ -57,14 +57,18 @@ class SadTabView : public views::View, |
| int title_width_; |
| TabContents* tab_contents_; |
| - views::Link* learn_more_link_; |
| + string16 help_prefix_; |
|
Peter Kasting
2011/08/12 16:53:40
Instead of doing all the work to size and draw str
msw
2011/08/30 04:09:06
Done.
|
| + string16 help_suffix_; |
| + views::Link* help_link_; |
| // Regions within the display for different components, populated by |
| // Layout(). |
| gfx::Rect icon_bounds_; |
| gfx::Rect title_bounds_; |
| gfx::Rect message_bounds_; |
| - gfx::Rect link_bounds_; |
| + gfx::Rect help_prefix_bounds_; |
| + gfx::Rect help_suffix_bounds_; |
| + gfx::Rect help_link_bounds_; |
| Kind kind_; |
| bool painted_; |