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

Unified Diff: content/browser/frame_host/render_frame_proxy_host.h

Issue 574403002: If a RemoteFrame asks to navigate, send an OpenURL IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +plumbing and test Created 6 years, 3 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: content/browser/frame_host/render_frame_proxy_host.h
diff --git a/content/browser/frame_host/render_frame_proxy_host.h b/content/browser/frame_host/render_frame_proxy_host.h
index 2a34fc2a6ee0ac2834198d28e5b0966f8eec0fea..3958ac6e5128597f9e76f007950248d0f4ce8af0 100644
--- a/content/browser/frame_host/render_frame_proxy_host.h
+++ b/content/browser/frame_host/render_frame_proxy_host.h
@@ -109,6 +109,8 @@ class RenderFrameProxyHost
void DisownOpener();
private:
+ void OnOpenURL(const FrameHostMsg_OpenURL_Params& params);
Charlie Reis 2014/09/18 20:22:27 Add: // IPC Message handlers.
Nate Chapin 2014/09/18 22:39:02 Done.
+
// This RenderFrameProxyHost's routing id.
int routing_id_;

Powered by Google App Engine
This is Rietveld 408576698