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

Unified Diff: content/common/child_thread.h

Issue 14359004: Inject renderer recieve message time into resource notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added description comment Created 7 years, 8 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/common/child_thread.h
diff --git a/content/common/child_thread.h b/content/common/child_thread.h
index bd23cc976a043614004e92ccaef9aeccd306542a..69a2f1cf42584d8746749b6b9d2dfdc034f6a93a 100644
--- a/content/common/child_thread.h
+++ b/content/common/child_thread.h
@@ -30,6 +30,7 @@ class WebFrame;
namespace content {
class ChildHistogramMessageFilter;
+class ChildResourceMessageFilter;
class FileSystemDispatcher;
class QuotaDispatcher;
class ResourceDispatcher;
@@ -180,6 +181,8 @@ class CONTENT_EXPORT ChildThread : public IPC::Listener, public IPC::Sender {
scoped_refptr<ChildHistogramMessageFilter> histogram_message_filter_;
+ scoped_refptr<ChildResourceMessageFilter> resource_message_filter_;
+
base::WeakPtrFactory<ChildThread> channel_connected_factory_;
DISALLOW_COPY_AND_ASSIGN(ChildThread);

Powered by Google App Engine
This is Rietveld 408576698