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

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

Issue 1461283002: [DO NOT COMMIT] mojo datapipe performance measurement Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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/renderer_host/render_process_host_impl.h
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
index b99f92032c4688a1d25dfadad52bb72b544fa619..f44003b137f10d3fcc026cb04b2e3cf1ce58fbef 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -51,6 +51,7 @@ class AudioRendererHost;
class BrowserCdmManager;
class BrowserDemuxerAndroid;
class InProcessChildThreadParams;
+class LoaderTestServiceContext;
class MessagePortMessageFilter;
class MojoApplicationHost;
class MojoChildConnection;
@@ -509,6 +510,8 @@ class CONTENT_EXPORT RenderProcessHostImpl
// RPH.
std::unique_ptr<PermissionServiceContext> permission_service_context_;
+ scoped_ptr<LoaderTestServiceContext> loader_test_service_context_;
+
// The memory allocator, if any, in which the renderer will write its metrics.
std::unique_ptr<base::SharedPersistentMemoryAllocator> metrics_allocator_;
« no previous file with comments | « content/browser/loader/loader_test_service_impl.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698