Index: content/browser/browser_plugin/old/browser_plugin_host.cc |
diff --git a/content/browser/browser_plugin/old/browser_plugin_host.cc b/content/browser/browser_plugin/old/browser_plugin_host.cc |
index da9d136f622fc1af988ea7c1eb91a65f59caf025..9a6f365fb443a49e7c8a4c5c627fb9fc43d69113 100644 |
--- a/content/browser/browser_plugin/old/browser_plugin_host.cc |
+++ b/content/browser/browser_plugin/old/browser_plugin_host.cc |
@@ -223,7 +223,7 @@ void BrowserPluginHost::Observe( |
it != guests_.end(); ++it) { |
WebContentsImpl* web_contents = it->first; |
if (visible) |
- web_contents->WasRestored(); |
+ web_contents->WasShown(); |
else |
web_contents->WasHidden(); |
} |