Index: content/public/browser/web_contents.h |
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h |
index 2dfd3f7cd48692fdde43123abea369d01cc0caff..5f65201419ce1baf4b4cc4f2476f820d61bacdf4 100644 |
--- a/content/public/browser/web_contents.h |
+++ b/content/public/browser/web_contents.h |
@@ -190,11 +190,11 @@ 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 WasRestored() |
+ // Get the last time that the WebContents was made visible with WasShown() |
virtual base::TimeTicks GetLastSelectedTime() const = 0; |
// Invoked when the WebContents becomes shown/hidden. |
- virtual void WasRestored() = 0; |
+ virtual void WasShown() = 0; |
virtual void WasHidden() = 0; |
// Returns true if the before unload and unload listeners need to be |