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

Unified Diff: content/browser/loader/netlog_observer.h

Issue 2715743007: Adding QUIC request headers to the net log observer (Closed)
Patch Set: csharrison nits Created 3 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
« no previous file with comments | « no previous file | content/browser/loader/netlog_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/loader/netlog_observer.h
diff --git a/content/browser/loader/netlog_observer.h b/content/browser/loader/netlog_observer.h
index 90c9f7a6d5261e02de3f2ba189bdbdbe6f500d2b..7e049bc48876506a53911263e424cec1f0b5f3e9 100644
--- a/content/browser/loader/netlog_observer.h
+++ b/content/browser/loader/netlog_observer.h
@@ -30,7 +30,7 @@ struct ResourceResponse;
// As NetLogObserver shares live data with objects that live on the IO Thread,
// it must also reside on the IO Thread. Only OnAddEntry can be called from
// other threads.
-class NetLogObserver : public net::NetLog::ThreadSafeObserver {
+class CONTENT_EXPORT NetLogObserver : public net::NetLog::ThreadSafeObserver {
typedef ResourceDevToolsInfo ResourceInfo;
public:
« no previous file with comments | « no previous file | content/browser/loader/netlog_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698