| Index: content/browser/web_contents/web_contents_impl.h | 
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h | 
| index b00164237cf0c622348f86d49adeb9aa8f420c1c..6f4cb137f93f196c6416b590cced3d287b24e840 100644 | 
| --- a/content/browser/web_contents/web_contents_impl.h | 
| +++ b/content/browser/web_contents/web_contents_impl.h | 
| @@ -778,6 +778,7 @@ class CONTENT_EXPORT WebContentsImpl | 
| const base::string16& sub_text); | 
| void OnHideValidationMessage(); | 
| void OnMoveValidationMessage(const gfx::Rect& anchor_in_root_view); | 
| +  void OnWebUIMojoMainRan(); | 
|  | 
| // Called by derived classes to indicate that we're no longer waiting for a | 
| // response. This won't actually update the throbber, but it will get picked | 
|  |