summaryrefslogtreecommitdiff
path: root/chromium/net/log/net_log_capture_mode.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-01-25 11:39:07 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-01-25 15:20:42 +0000
commit6c91641271e536ffaa88a1dff5127e42ee99a91e (patch)
tree703d9dd49602377ddc90cbf886aad37913f2496b /chromium/net/log/net_log_capture_mode.h
parentb145b7fafd36f0c260d6a768c81fc14e32578099 (diff)
downloadqtwebengine-chromium-6c91641271e536ffaa88a1dff5127e42ee99a91e.tar.gz
BASELINE: Update Chromium to 49.0.2623.23
Also adds missing printing sources. Change-Id: I3726b8f0c7d6751c9fc846096c571fadca7108cd Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'chromium/net/log/net_log_capture_mode.h')
-rw-r--r--chromium/net/log/net_log_capture_mode.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/net/log/net_log_capture_mode.h b/chromium/net/log/net_log_capture_mode.h
index e08e2ad436a..a2555d6a7ba 100644
--- a/chromium/net/log/net_log_capture_mode.h
+++ b/chromium/net/log/net_log_capture_mode.h
@@ -6,6 +6,7 @@
#define NET_LOG_NET_LOG_CAPTURE_MODE_H_
#include <stdint.h>
+
#include <string>
#include "net/base/net_export.h"
@@ -32,6 +33,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 +43,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