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

Unified Diff: content/test/test_renderer_host.h

Issue 9956154: TabContents -> WebContentsImpl, part 16 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/shell/shell_messages.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.h
diff --git a/content/test/test_renderer_host.h b/content/test/test_renderer_host.h
index 91b0844ebde69a50045e0f2038a74f58ebd676be..76ffdffaf18090d3f44bb6377c370cc5c6c8a823 100644
--- a/content/test/test_renderer_host.h
+++ b/content/test/test_renderer_host.h
@@ -127,10 +127,10 @@ class RenderViewHostTestHarness : public testing::Test {
BrowserContext* browser_context();
MockRenderProcessHost* process();
- // Frees the current tab contents for tests that want to test destruction.
+ // Frees the current WebContents for tests that want to test destruction.
void DeleteContents();
- // Sets the current tab contents for tests that want to alter it. Takes
+ // Sets the current WebContents for tests that want to alter it. Takes
// ownership of the WebContents passed.
virtual void SetContents(WebContents* contents);
« no previous file with comments | « content/shell/shell_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698