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

Unified Diff: net/disk_cache/experiments.h

Issue 14129004: Add support for the control group in the Simple Cache Experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remediate & fix Created 7 years, 8 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
« no previous file with comments | « net/disk_cache/backend_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/experiments.h
diff --git a/net/disk_cache/experiments.h b/net/disk_cache/experiments.h
index b088b08a23f0f38aae1f78c2e138e0794ca0353e..d7d4e58437b24d9185e157ea1d21572d576793db 100644
--- a/net/disk_cache/experiments.h
+++ b/net/disk_cache/experiments.h
@@ -17,7 +17,10 @@ enum {
EXPERIMENT_DELETED_LIST_OUT = 11,
EXPERIMENT_DELETED_LIST_CONTROL = 12,
EXPERIMENT_DELETED_LIST_IN = 13,
- EXPERIMENT_DELETED_LIST_OUT2 = 14
+ EXPERIMENT_DELETED_LIST_OUT2 = 14,
+ // There is no EXPERIMENT_SIMPLE_YES since this enum is used in the standard
+ // backend only.
+ EXPERIMENT_SIMPLE_CONTROL = 15,
};
} // namespace disk_cache
« no previous file with comments | « net/disk_cache/backend_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698