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 a181fd3224051859a65e8648784ad7b406eed977..4a468ed5b250ba36c44ddf0a26dee0b05bf00cbd 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -192,7 +192,7 @@ class CONTENT_EXPORT WebContentsImpl |
virtual bool IsBeingDestroyed() const OVERRIDE; |
virtual void NotifyNavigationStateChanged(unsigned changed_flags) OVERRIDE; |
virtual base::TimeTicks GetLastSelectedTime() const OVERRIDE; |
- virtual void WasRestored() OVERRIDE; |
+ virtual void WasShown() OVERRIDE; |
virtual void WasHidden() OVERRIDE; |
virtual bool NeedToFireBeforeUnload() OVERRIDE; |
virtual void Stop() OVERRIDE; |