| 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
|
|
|