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

Unified Diff: chrome/browser/ui/blocked_content/blocked_content_container.cc

Issue 10105030: TabContents -> WebContentsImpl, part 21. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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: 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 2529c7ce755018deac0a8a1df1915052df4a5d5f..505dfa6d81c9913a25819d89eb4522938cbac1cd 100644
--- a/chrome/browser/ui/blocked_content/blocked_content_container.cc
+++ b/chrome/browser/ui/blocked_content/blocked_content_container.cc
@@ -74,7 +74,7 @@ void BlockedContentContainer::LaunchForContents(
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
- // TabContents::AddNewContents will do it.
+ // WebContents::AddNewContents will do it.
owner_->web_contents()->AddNewContents(
tab_contents->web_contents(),
content.disposition,

Powered by Google App Engine
This is Rietveld 408576698