Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / net / base / privacy_mode.h
index 082ef26..4d455cf 100644 (file)
@@ -8,13 +8,12 @@
 namespace net {
 
 // Privacy Mode is enabled if cookies to particular site are blocked, so
-// Channel ID is disabled on that connection (https or spdy).
+// Channel ID is disabled on that connection (https, spdy or quic).
 enum PrivacyMode {
-  kPrivacyModeDisabled = 0,
-  kPrivacyModeEnabled = 1,
+  PRIVACY_MODE_DISABLED = 0,
+  PRIVACY_MODE_ENABLED = 1,
 };
 
 };  // namespace net
 
 #endif  // NET_BASE_PRIVACY_MODE_H_
-