| Index: content/public/test/test_renderer_host.h | 
| diff --git a/content/public/test/test_renderer_host.h b/content/public/test/test_renderer_host.h | 
| index 3a645cf51c92f2da3aae875fd2ba889c050eb873..76feee497d36405352f6322d5996c3f6b68f9bab 100644 | 
| --- a/content/public/test/test_renderer_host.h | 
| +++ b/content/public/test/test_renderer_host.h | 
| @@ -55,12 +55,7 @@ class RenderFrameHostTester { | 
| // RenderViewHostTestEnabler instance (see below) to do this. | 
| static RenderFrameHostTester* For(RenderFrameHost* host); | 
|  | 
| -  // If the given NavigationController has a pending main frame, returns it, | 
| -  // otherwise NULL. This is an alternative to | 
| -  // WebContentsTester::GetPendingMainFrame() when your WebContents was not | 
| -  // created via a TestWebContents. | 
| -  static RenderFrameHost* GetPendingForController( | 
| -      NavigationController* controller); | 
| +  static void CommitPendingLoad(NavigationController* controller); | 
|  | 
| virtual ~RenderFrameHostTester() {} | 
|  | 
|  |