| Index: chrome/browser/tab_contents/web_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/web_contents.h (revision 8449)
|
| +++ chrome/browser/tab_contents/web_contents.h (working copy)
|
| @@ -480,6 +480,10 @@
|
| void GenerateKeywordIfNecessary(
|
| const ViewHostMsg_FrameNavigate_Params& params);
|
|
|
| + // Helper function to launch the external browser.
|
| + void OpenUrlInDefaultBrowserAndClosePage(const GURL& url,
|
| + RenderViewHost* rvh);
|
| +
|
| // Data ----------------------------------------------------------------------
|
|
|
| // The corresponding view.
|
|
|