Chromium Code Reviews| Index: components/cronet/android/java/src/org/chromium/net/UrlRequestContext.java |
| diff --git a/components/cronet/android/java/src/org/chromium/net/UrlRequestContext.java b/components/cronet/android/java/src/org/chromium/net/UrlRequestContext.java |
| index 54eee3fb92af3413176d2d0be63d4a6b9d1e87d1..cddd64d73e993d4dc40c32ed56a9c490174c570b 100644 |
| --- a/components/cronet/android/java/src/org/chromium/net/UrlRequestContext.java |
| +++ b/components/cronet/android/java/src/org/chromium/net/UrlRequestContext.java |
| @@ -56,8 +56,8 @@ public abstract class UrlRequestContext { |
| public abstract void shutdown(); |
| /** |
| - * Starts NetLog logging to a file. The NetLog log level used is |
| - * LOG_ALL_BUT_BYTES. |
| + * Starts NetLog logging to a file. The NetLog capture mode used is |
| + * NetLogCaptureMode::Default(). |
|
mmenke
2015/04/22 18:52:17
IncludeCookiesAndCredentials()
eroman
2015/04/22 20:01:47
This is intentional, the previous comment was wron
|
| * @param fileName The complete file path. It must not be empty. If file |
| * exists, it is truncated before starting. If actively logging, |
| * this method is ignored. |