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

Unified Diff: content/test/web_contents_tester.h

Issue 9838009: Clean up a few TODO items. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. Created 8 years, 9 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.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/web_contents_tester.h
diff --git a/content/test/web_contents_tester.h b/content/test/web_contents_tester.h
index 1729404858fe62884eea114fcb2b1df42c591f0c..9ede723ce89033f552883133b0bc0adf89417a7c 100644
--- a/content/test/web_contents_tester.h
+++ b/content/test/web_contents_tester.h
@@ -84,8 +84,7 @@ class WebContentsTester {
// in question have been made.
virtual int GetNumberOfFocusCalls() = 0;
- // TODO(joi): Rename this and other hacker_style virtual methods.
- virtual content::RenderViewHost* pending_rvh() const = 0;
+ virtual content::RenderViewHost* GetPendingRenderViewHost() const = 0;
// Creates a pending navigation to the given URL with the default parameters
// and then commits the load with a page ID one larger than any seen. This
« no previous file with comments | « content/test/test_renderer_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698