Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: chrome/browser/tab_contents/web_contents.h

Issue 18093: Changes to insure that when in app-mode, links open in the default browser. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698