| Index: chrome/browser/ui/sad_tab.h
|
| diff --git a/chrome/browser/ui/sad_tab.h b/chrome/browser/ui/sad_tab.h
|
| index 28698d0a78a3ef905a2c0602796a6f670d4fc728..42c14b386e3cfc41d3a78ce16ea04db1abd87d56 100644
|
| --- a/chrome/browser/ui/sad_tab.h
|
| +++ b/chrome/browser/ui/sad_tab.h
|
| @@ -38,6 +38,10 @@ class SadTab {
|
| int GetButtonTitle();
|
| int GetHelpLinkTitle();
|
|
|
| + // Returns the resource string Id for bullet point |bullet_id| or 0 if no
|
| + // bullet should be added for the |bullet_id|. Bullet ids count from 0.
|
| + int GetBulletText(size_t bullet_id);
|
| +
|
| // Returns the target of the "Learn more" link. Use it for the context menu
|
| // and to show the URL on hover, but call PerformAction() for regular clicks.
|
| const char* GetHelpLinkURL();
|
| @@ -54,6 +58,7 @@ class SadTab {
|
| SadTabKind kind_;
|
| bool show_feedback_button_;
|
| bool recorded_paint_;
|
| + bool other_tabs_open_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SadTab);
|
| };
|
|
|