Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1662)

Unified Diff: net/base/privacy_mode.h

Issue 217053010: Revert of Rename PrivateMode enum values: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/base/privacy_mode.h
diff --git a/net/base/privacy_mode.h b/net/base/privacy_mode.h
index 8b09a645bdf4dc6fbddbd2056713bab29ba908bc..082ef26fb2ff36c6ba1ecd77c9fbaabb2f9af1c7 100644
--- a/net/base/privacy_mode.h
+++ b/net/base/privacy_mode.h
@@ -10,10 +10,11 @@
// Privacy Mode is enabled if cookies to particular site are blocked, so
// Channel ID is disabled on that connection (https or spdy).
enum PrivacyMode {
- PRIVACY_MODE_DISABLED = 0,
- PRIVACY_MODE_ENABLED = 1,
+ kPrivacyModeDisabled = 0,
+ kPrivacyModeEnabled = 1,
};
}; // namespace net
#endif // NET_BASE_PRIVACY_MODE_H_
+
« no previous file with comments | « jingle/glue/proxy_resolving_client_socket.cc ('k') | net/http/disk_cache_based_quic_server_info_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698