| Index: net/base/privacy_mode.h
|
| diff --git a/net/base/privacy_mode.h b/net/base/privacy_mode.h
|
| deleted file mode 100644
|
| index 4d455cfb866d3e0465d6e0204617f45c48db23f1..0000000000000000000000000000000000000000
|
| --- a/net/base/privacy_mode.h
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -// Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef NET_BASE_PRIVACY_MODE_H_
|
| -#define NET_BASE_PRIVACY_MODE_H_
|
| -
|
| -namespace net {
|
| -
|
| -// Privacy Mode is enabled if cookies to particular site are blocked, so
|
| -// Channel ID is disabled on that connection (https, spdy or quic).
|
| -enum PrivacyMode {
|
| - PRIVACY_MODE_DISABLED = 0,
|
| - PRIVACY_MODE_ENABLED = 1,
|
| -};
|
| -
|
| -}; // namespace net
|
| -
|
| -#endif // NET_BASE_PRIVACY_MODE_H_
|
|
|