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

Unified Diff: content/browser/renderer_host/render_view_host_impl.h

Issue 2242493002: Send RenderViewReady when a RVH is reused and becomes active. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Charlie's nit and Windows test fix Created 4 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 | « content/browser/frame_host/render_frame_host_manager_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_view_host_impl.h
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
index 017673e6f17445e341ea112428daf1040a81312e..e550b570f9bbef7cdab7133adf3c59753366ddec 100644
--- a/content/browser/renderer_host/render_view_host_impl.h
+++ b/content/browser/renderer_host/render_view_host_impl.h
@@ -241,6 +241,10 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
// Creates a full screen RenderWidget.
void CreateNewFullscreenWidget(int32_t route_id);
+ // Send RenderViewReady to observers once the process is launched, but not
+ // re-entrantly.
+ void PostRenderViewReady();
+
// TODO(creis): Remove after debugging https:/crbug.com/575245.
int main_frame_routing_id() const {
return main_frame_routing_id_;
@@ -321,9 +325,6 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
FRIEND_TEST_ALL_PREFIXES(SitePerProcessBrowserTest,
NavigateMainFrameToChildSite);
- // Send RenderViewReady to observers once the process is launched, but not
- // re-entrantly.
- void PostRenderViewReady();
void RenderViewReady();
// TODO(creis): Move to a private namespace on RenderFrameHostImpl.
« no previous file with comments | « content/browser/frame_host/render_frame_host_manager_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698