| Index: chrome/browser/ui/startup/session_crashed_infobar_delegate.cc
|
| diff --git a/chrome/browser/ui/startup/session_crashed_infobar_delegate.cc b/chrome/browser/ui/startup/session_crashed_infobar_delegate.cc
|
| index 28b6e950e1a73805a82aa231f0d3489ab9d095d1..b9e510faa0a5c0c02e77ff91081ea04f4555dee6 100644
|
| --- a/chrome/browser/ui/startup/session_crashed_infobar_delegate.cc
|
| +++ b/chrome/browser/ui/startup/session_crashed_infobar_delegate.cc
|
| @@ -15,7 +15,6 @@
|
| #include "chrome/common/url_constants.h"
|
| #include "chrome/grit/chromium_strings.h"
|
| #include "chrome/grit/generated_resources.h"
|
| -#include "chrome/grit/theme_resources.h"
|
| #include "components/infobars/core/infobar.h"
|
| #include "components/strings/grit/components_chromium_strings.h"
|
| #include "components/strings/grit/components_strings.h"
|
| @@ -63,16 +62,8 @@ SessionCrashedInfoBarDelegate::GetIdentifier() const {
|
| return SESSION_CRASHED_INFOBAR_DELEGATE;
|
| }
|
|
|
| -int SessionCrashedInfoBarDelegate::GetIconId() const {
|
| - return IDR_INFOBAR_RESTORE_SESSION;
|
| -}
|
| -
|
| gfx::VectorIconId SessionCrashedInfoBarDelegate::GetVectorIconId() const {
|
| -#if defined(OS_MACOSX)
|
| - return gfx::VectorIconId::VECTOR_ICON_NONE;
|
| -#else
|
| return gfx::VectorIconId::SAD_TAB;
|
| -#endif
|
| }
|
|
|
| base::string16 SessionCrashedInfoBarDelegate::GetMessageText() const {
|
|
|