Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(781)

Unified Diff: content/browser/browser_plugin/old/browser_plugin_host.cc

Issue 10696158: Rename WasRestored to WasShown across all uses. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Bring to ToT to commit Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}
« no previous file with comments | « chrome/browser/visitedlink/visitedlink_unittest.cc ('k') | content/browser/renderer_host/render_widget_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698