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

Unified Diff: content/test/test_renderer_host.cc

Issue 10073023: TabContents -> WebContentsImpl, part 14. (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
« no previous file with comments | « content/test/test_renderer_host.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_renderer_host.cc
diff --git a/content/test/test_renderer_host.cc b/content/test/test_renderer_host.cc
index d65443973ca0a53e0319b1d5a582258950709d7b..509f93d36cd4be11dd3483c7955a920da7e81d80 100644
--- a/content/test/test_renderer_host.cc
+++ b/content/test/test_renderer_host.cc
@@ -175,7 +175,7 @@ WebContents* RenderViewHostTestHarness::CreateTestWebContents() {
if (!browser_context_.get())
browser_context_.reset(new TestBrowserContext());
- // This will be deleted when the TabContents goes away.
+ // This will be deleted when the WebContentsImpl goes away.
SiteInstance* instance = SiteInstance::Create(browser_context_.get());
return new TestWebContents(browser_context_.get(), instance);
@@ -214,7 +214,7 @@ void RenderViewHostTestHarness::TearDown() {
root_window_.reset();
#endif
- // Make sure that we flush any messages related to TabContents destruction
+ // Make sure that we flush any messages related to WebContentsImpl destruction
// before we destroy the browser context.
MessageLoop::current()->RunAllPending();
« no previous file with comments | « content/test/test_renderer_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698