summaryrefslogtreecommitdiffstats
path: root/chrome/browser/about_flags.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r--chrome/browser/about_flags.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 90a5c38..827a6fe 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -325,6 +325,13 @@ const Experiment kExperiments[] = {
kOsAll,
SINGLE_VALUE_TYPE(switches::kRestrictInstantToSearch)
},
+ {
+ "indexeddb-use-leveldb", // FLAGS:RECORD_UMA
+ IDS_FLAGS_INDEXEDDB_USE_LEVELDB_NAME,
+ IDS_FLAGS_INDEXEDDB_USE_LEVELDB_DESCRIPTION,
+ kOsAll,
+ SINGLE_VALUE_TYPE(switches::kLevelDBIndexedDatabase)
+ },
};
const Experiment* experiments = kExperiments;