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

Unified Diff: chrome/browser/external_tab_container_win.h

Issue 7745027: Dispatch the following IPC messages in TabContents and handle them via the TabContentsDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/external_tab_container_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/external_tab_container_win.h
===================================================================
--- chrome/browser/external_tab_container_win.h (revision 98271)
+++ chrome/browser/external_tab_container_win.h (working copy)
@@ -160,6 +160,22 @@
const ViewHostMsg_RunFileChooser_Params& params);
virtual void EnumerateDirectory(TabContents* tab, int request_id,
const FilePath& path);
+ virtual void JSOutOfMemory(TabContents* tab);
+ virtual void RegisterProtocolHandler(TabContents* tab,
+ const std::string& protocol,
+ const GURL& url,
+ const string16& title);
+ virtual void RegisterIntentHandler(TabContents* tab,
+ const string16& action,
+ const string16& type,
+ const string16& href,
+ const string16& title);
+ virtual void WebIntentDispatch(TabContents* tab,
+ int routing_id,
+ const string16& action,
+ const string16& type,
+ const string16& data,
+ int intent_id);
void RegisterRenderViewHost(RenderViewHost* render_view_host);
void UnregisterRenderViewHost(RenderViewHost* render_view_host);
« no previous file with comments | « no previous file | chrome/browser/external_tab_container_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698