| Index: chrome/browser/ui/startup/session_crashed_infobar_delegate.h
|
| diff --git a/chrome/browser/ui/startup/session_crashed_infobar_delegate.h b/chrome/browser/ui/startup/session_crashed_infobar_delegate.h
|
| index fe3e1c4fcb77ea635bfb7cda3adf5a1004656601..21021e4c17e41797d9c57d42ba950a8942e989de 100644
|
| --- a/chrome/browser/ui/startup/session_crashed_infobar_delegate.h
|
| +++ b/chrome/browser/ui/startup/session_crashed_infobar_delegate.h
|
| @@ -12,6 +12,9 @@ class Browser;
|
| class Profile;
|
|
|
| // A delegate for the InfoBar shown when the previous session has crashed.
|
| +//
|
| +// TODO: remove this class once mac supports SessionCrashedBubble.
|
| +// http://crbug.com/653966.
|
| class SessionCrashedInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| public:
|
| // If |browser| is not incognito, creates a session crashed infobar and
|
|
|