| Index: net/log/file_net_log_observer.h
|
| diff --git a/net/log/file_net_log_observer.h b/net/log/file_net_log_observer.h
|
| index f8a8d902831c790362b6ffa595c57ba6b9a3a832..b7c8a2fac427b551da5fac1b4b9250815f81cadd 100644
|
| --- a/net/log/file_net_log_observer.h
|
| +++ b/net/log/file_net_log_observer.h
|
| @@ -109,10 +109,9 @@ class NET_EXPORT FileNetLogObserver : public NetLog::ThreadSafeObserver {
|
| // once all file writing is complete and the netlog files can be accessed
|
| // safely.
|
| //
|
| - // |url_request_context| is an optional argument used to add additional
|
| - // network stack state to the log. If the context is non-NULL,
|
| - // StopObserving() must be called on the context's thread.
|
| - void StopObserving(URLRequestContext* url_request_context,
|
| + // |polled_data| is an optional argument used to add additional network stack
|
| + // state to the log.
|
| + void StopObserving(std::unique_ptr<base::Value> polled_data,
|
| const base::Closure& callback);
|
|
|
| // NetLog::ThreadSafeObserver
|
|
|