| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index db3fe35c0b3a82ce4f65cd77423962c1617ce530..ef69439a68e973a2466cf094e5cfff7aba7c7b48 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -314,8 +314,9 @@ class WebContents : public PageNavigator,
|
| // change. See InvalidateType enum.
|
| virtual void NotifyNavigationStateChanged(unsigned changed_flags) = 0;
|
|
|
| - // Get the last time that the WebContents was made visible with WasShown()
|
| - virtual base::TimeTicks GetLastSelectedTime() const = 0;
|
| + // Get the last time that the WebContents was made active (either when it was
|
| + // created or shown with WasShown()).
|
| + virtual base::TimeTicks GetLastActiveTime() const = 0;
|
|
|
| // Invoked when the WebContents becomes shown/hidden.
|
| virtual void WasShown() = 0;
|
|
|