| Index: chrome/browser/debugger/devtools_netlog_observer.h
|
| ===================================================================
|
| --- chrome/browser/debugger/devtools_netlog_observer.h (revision 65207)
|
| +++ chrome/browser/debugger/devtools_netlog_observer.h (working copy)
|
| @@ -18,6 +18,10 @@
|
| // DevToolsNetLogObserver watches the NetLog event stream and collects the
|
| // stuff that may be of interest to DevTools. Currently, this only includes
|
| // actual HTTP/SPDY headers sent and received over the network.
|
| +//
|
| +// As DevToolsNetLogObserver 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 DevToolsNetLogObserver: public ChromeNetLog::Observer {
|
| typedef webkit_glue::ResourceDevToolsInfo ResourceInfo;
|
|
|
|
|
| Property changes on: chrome\browser\debugger\devtools_netlog_observer.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|