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

Unified Diff: content/renderer/render_frame_impl.h

Issue 972313002: Make <webview> use out-of-process iframe architecture. (Closed) Base URL: ssh://saopaulo.wat/mnt/dev/shared/src@testoopif2z-better-chrome
Patch Set: Revert unused changes from previous attempt + more cleanup. Created 5 years, 10 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/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 938c9e41e1c94dfe3f37a6130ece7a4de28f5387..7e5816fb2a1e640974eeb75d27e72d7a85a9562a 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -633,6 +633,7 @@ class CONTENT_EXPORT RenderFrameImpl
const GURL& stream_url,
const CommonNavigationParams& common_params,
const CommitNavigationParams& commit_params);
+ void OnReplaceLocalFrameWithProxy(int proxy_routing_id);
// Virtual since overridden by WebTestProxy for layout tests.
virtual blink::WebNavigationPolicy DecidePolicyForNavigation(

Powered by Google App Engine
This is Rietveld 408576698