| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 15b61a2c7f7e8c4a916b287ce8c4f7e0185d2b7f..179ebe82e260db0f14cbff0537217eb13f8b110a 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -316,6 +316,13 @@ const Experiment kExperiments[] = {
|
| kOsAll,
|
| SINGLE_VALUE_TYPE(switches::kLevelDBIndexedDatabase)
|
| },
|
| + {
|
| + "preload-instant-search",
|
| + IDS_FLAGS_PRELOAD_INSTANT_SEARCH_NAME,
|
| + IDS_FLAGS_PRELOAD_INSTANT_SEARCH_DESCRIPTION,
|
| + kOsAll,
|
| + SINGLE_VALUE_TYPE(switches::kPreloadInstantSearch)
|
| + },
|
| };
|
|
|
| const Experiment* experiments = kExperiments;
|
|
|