| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 1e62606cd569033a38713811a0ed36d7b357979d..6f1c70245a10a1142ebb19851f79f069cb7559a5 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -267,9 +267,6 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual base::TimeTicks GetNewTabStartTime() const OVERRIDE;
|
| virtual void Close() OVERRIDE;
|
| virtual void OnCloseStarted() OVERRIDE;
|
| - virtual void OnCloseCanceled() OVERRIDE;
|
| - virtual void OnUnloadStarted() OVERRIDE;
|
| - virtual void OnUnloadDetachedStarted() OVERRIDE;
|
| virtual void SystemDragEnded() OVERRIDE;
|
| virtual void UserGestureDone() OVERRIDE;
|
| virtual void SetClosedByUserGesture(bool value) OVERRIDE;
|
| @@ -878,9 +875,6 @@ class CONTENT_EXPORT WebContentsImpl
|
| // The time when onbeforeunload ended.
|
| base::TimeTicks before_unload_end_time_;
|
|
|
| - // The time when the tab was removed from view during close.
|
| - base::TimeTicks unload_detached_start_time_;
|
| -
|
| // The time that this tab was last selected.
|
| base::TimeTicks last_selected_time_;
|
|
|
|
|