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

Unified Diff: net/disk_cache/blockfile/experiments.h

Issue 992733002: Remove //net (except for Android test stuff) and sdch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « net/disk_cache/blockfile/eviction_v3.cc ('k') | net/disk_cache/blockfile/file.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/blockfile/experiments.h
diff --git a/net/disk_cache/blockfile/experiments.h b/net/disk_cache/blockfile/experiments.h
deleted file mode 100644
index 53b6582b0d7dfab650ad8060a147b51e3f61c77c..0000000000000000000000000000000000000000
--- a/net/disk_cache/blockfile/experiments.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright (c) 2011 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_DISK_CACHE_BLOCKFILE_EXPERIMENTS_H_
-#define NET_DISK_CACHE_BLOCKFILE_EXPERIMENTS_H_
-
-
-namespace disk_cache {
-
-// This lists the experiment groups that we care about. Only add new groups at
-// the end of the list, and always increase the number.
-enum {
- NO_EXPERIMENT = 0,
- EXPERIMENT_OLD_FILE1 = 3,
- EXPERIMENT_OLD_FILE2 = 4,
- EXPERIMENT_DELETED_LIST_OUT = 11,
- EXPERIMENT_DELETED_LIST_CONTROL = 12,
- EXPERIMENT_DELETED_LIST_IN = 13,
- 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
-
-#endif // NET_DISK_CACHE_BLOCKFILE_EXPERIMENTS_H_
« no previous file with comments | « net/disk_cache/blockfile/eviction_v3.cc ('k') | net/disk_cache/blockfile/file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698