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

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: Less hacky timestamp injection. 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 ee99868365ae714d114dc4ec0187e31081454c1b..1cf81d7cf46c46817a9d18fb73142e580e3f2961 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;
@@ -182,6 +183,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