Index: net/log/net_log_capture_mode.h |
diff --git a/net/log/net_log_capture_mode.h b/net/log/net_log_capture_mode.h |
index e08e2ad436ae84474a70d0fb7edd69cd9cc240ca..8865e5f11ff18449e71c12fb3297e3ee98d5dced 100644 |
--- a/net/log/net_log_capture_mode.h |
+++ b/net/log/net_log_capture_mode.h |
@@ -32,6 +32,7 @@ class NET_EXPORT NetLogCaptureMode { |
// no effort to strip cookies and credentials. |
// include_cookies_and_credentials() --> true |
// include_socket_bytes() --> false |
+ // TODO(bnc): Consider renaming to IncludePrivacyInfo(). |
static NetLogCaptureMode IncludeCookiesAndCredentials(); |
// Constructs a capture mode which logs the data sent/received from sockets. |
@@ -41,6 +42,7 @@ class NET_EXPORT NetLogCaptureMode { |
// If include_cookies_and_credentials() is true , then it is OK to log |
// events which contain cookies, credentials or other privacy sensitive data. |
+ // TODO(bnc): Consider renaming to include_privacy_info(). |
bool include_cookies_and_credentials() const; |
// If include_socket_bytes() is true, then it is OK to output the actual |