| Index: content/browser/frame_host/render_frame_host_impl.h
 | 
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
 | 
| index 6f56a6c20406acf723987d9bbeebf1e79edef95b..950a5495b211ec16173b1a054f28f27bc0b988a9 100644
 | 
| --- a/content/browser/frame_host/render_frame_host_impl.h
 | 
| +++ b/content/browser/frame_host/render_frame_host_impl.h
 | 
| @@ -188,9 +188,6 @@
 | 
|  
 | 
|    // Load the specified URL; this is a shortcut for Navigate().
 | 
|    void NavigateToURL(const GURL& url);
 | 
| -
 | 
| -  // Stop the load in progress.
 | 
| -  void Stop();
 | 
|  
 | 
|    // Returns whether navigation messages are currently suspended for this
 | 
|    // RenderFrameHost. Only true during a cross-site navigation, while waiting
 | 
| 
 |