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

Unified Diff: chrome/browser/ui/blocked_content/blocked_content_container.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
« no previous file with comments | « chrome/browser/instant/instant_loader.cc ('k') | chrome/browser/ui/browser_instant_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/blocked_content/blocked_content_container.cc
diff --git a/chrome/browser/ui/blocked_content/blocked_content_container.cc b/chrome/browser/ui/blocked_content/blocked_content_container.cc
index b5e6e046313a96f0ae80c3cc093f7cb5e51b7c8a..585a11f40cf8ddbfd1185c1b1b0f094305b6452c 100644
--- a/chrome/browser/ui/blocked_content/blocked_content_container.cc
+++ b/chrome/browser/ui/blocked_content/blocked_content_container.cc
@@ -73,7 +73,7 @@ void BlockedContentContainer::LaunchForContents(TabContents* tab_contents) {
i = blocked_contents_.end();
tab_contents->web_contents()->SetDelegate(NULL);
tab_contents->blocked_content_tab_helper()->set_delegate(NULL);
- // We needn't call WasRestored to change its status because the
+ // We needn't call WasShown to change its status because the
// WebContents::AddNewContents will do it.
owner_->web_contents()->AddNewContents(
tab_contents->web_contents(),
« no previous file with comments | « chrome/browser/instant/instant_loader.cc ('k') | chrome/browser/ui/browser_instant_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698