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

Unified Diff: chrome/browser/profiles/profile_io_data.h

Issue 390533003: Bypassed Bytes UMAs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed logging and fixed MaybeBypassProxyAndPrepareToRetry Created 6 years, 5 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: chrome/browser/profiles/profile_io_data.h
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
index 690c6090712563fa8851549d5136cde33dc194de..f3a1daf93c2298311b444c4b9856f7e989f0befb 100644
--- a/chrome/browser/profiles/profile_io_data.h
+++ b/chrome/browser/profiles/profile_io_data.h
@@ -533,6 +533,7 @@ class ProfileIOData {
mutable BooleanPrefMember enable_referrers_;
mutable BooleanPrefMember enable_do_not_track_;
mutable BooleanPrefMember force_safesearch_;
+ mutable BooleanPrefMember spdy_proxy_auth_enabled_;
bengr 2014/07/16 01:40:09 You shouldn't need both a data_reduction_proxy_ena
megjablon 2014/07/16 23:07:14 This is how we fixed the problem of it being initi
bengr 2014/07/16 23:28:14 Figure out the initialization order and the order
mutable BooleanPrefMember safe_browsing_enabled_;
mutable BooleanPrefMember data_reduction_proxy_enabled_;
mutable BooleanPrefMember printing_enabled_;

Powered by Google App Engine
This is Rietveld 408576698