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(), |