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

Unified Diff: chrome/browser/net/chrome_net_log.h

Issue 468083004: Use NESTABLE_ASYNC APIs to get NetLog data into Tracing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comments and cleaned up tests Created 6 years, 3 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: chrome/browser/net/chrome_net_log.h
diff --git a/chrome/browser/net/chrome_net_log.h b/chrome/browser/net/chrome_net_log.h
index 4114868af29179aaafdbbec85ad8a2d7d71ecd22..c0b2ee6196dd381e8130cbb238603e2b047c2fc5 100644
--- a/chrome/browser/net/chrome_net_log.h
+++ b/chrome/browser/net/chrome_net_log.h
@@ -13,6 +13,7 @@
namespace net {
class NetLogLogger;
+class TraceNetLogObserver;
}
class NetLogTempFile;
@@ -32,6 +33,8 @@ class ChromeNetLog : public net::NetLog {
scoped_ptr<net::NetLogLogger> net_log_logger_;
scoped_ptr<NetLogTempFile> net_log_temp_file_;
+ scoped_ptr<net::TraceNetLogObserver> trace_net_log_observer_;
+
DISALLOW_COPY_AND_ASSIGN(ChromeNetLog);
};

Powered by Google App Engine
This is Rietveld 408576698