| Index: chrome/browser/ui/views/tabs/tab.h
|
| diff --git a/chrome/browser/ui/views/tabs/tab.h b/chrome/browser/ui/views/tabs/tab.h
|
| index 9b4b66ea83b3bb104b492299090038e7ef4c89ec..fc0937e08f546fa1cb29fadcc138f2cd7a558fc9 100644
|
| --- a/chrome/browser/ui/views/tabs/tab.h
|
| +++ b/chrome/browser/ui/views/tabs/tab.h
|
| @@ -276,14 +276,9 @@ class Tab : public gfx::AnimationDelegate,
|
| // animation.
|
| void SetFaviconHidingOffset(int offset);
|
|
|
| - void DisplayCrashedFavicon();
|
| - void ResetCrashedFavicon();
|
| -
|
| - void StopCrashAnimation();
|
| - void StartCrashAnimation();
|
| -
|
| - // Returns true if the crash animation is currently running.
|
| - bool IsPerformingCrashAnimation() const;
|
| + void set_should_display_crashed_favicon() {
|
| + should_display_crashed_favicon_ = true;
|
| + }
|
|
|
| // Recalculates the correct |button_color_| and resets the title, media
|
| // indicator, and close button colors if necessary. This should be called any
|
|
|