| Index: components/cronet/android/cronet_url_request_context_adapter.h
|
| diff --git a/components/cronet/android/cronet_url_request_context_adapter.h b/components/cronet/android/cronet_url_request_context_adapter.h
|
| index da44d0f533fe0a644bd1d309059e39750b2514dc..35513391f5f9a4a60d09b09f3f53df77d53c4784 100644
|
| --- a/components/cronet/android/cronet_url_request_context_adapter.h
|
| +++ b/components/cronet/android/cronet_url_request_context_adapter.h
|
| @@ -57,7 +57,8 @@ class CronetURLRequestContextAdapter {
|
|
|
| net::URLRequestContext* GetURLRequestContext();
|
|
|
| - void StartNetLogToFile(JNIEnv* env, jobject jcaller, jstring jfile_name);
|
| + void StartNetLogToFile(JNIEnv* env, jobject jcaller, jstring jfile_name,
|
| + jboolean jlog_all);
|
|
|
| void StopNetLog(JNIEnv* env, jobject jcaller);
|
|
|
| @@ -80,7 +81,8 @@ class CronetURLRequestContextAdapter {
|
|
|
| scoped_refptr<base::SingleThreadTaskRunner> GetNetworkTaskRunner() const;
|
|
|
| - void StartNetLogToFileOnNetworkThread(const std::string& file_name);
|
| + void StartNetLogToFileOnNetworkThread(const std::string& file_name,
|
| + bool log_all);
|
|
|
| void StopNetLogOnNetworkThread();
|
|
|
|
|