| Index: chrome/browser/ui/search/search.h
|
| diff --git a/chrome/browser/ui/search/search.h b/chrome/browser/ui/search/search.h
|
| index d2b2d286823a684f166001700dc16b22eaed2521..eb5d8ac0d5c7bed901b548649cc7d6c42b9a6350 100644
|
| --- a/chrome/browser/ui/search/search.h
|
| +++ b/chrome/browser/ui/search/search.h
|
| @@ -111,9 +111,6 @@ bool IsInstantEnabled(Profile* profile);
|
| // Forces the Instant Extended API to be enabled for tests.
|
| void EnableInstantExtendedAPIForTesting();
|
|
|
| -// Forces query extraction to be enabled for tests.
|
| -void EnableQueryExtractionForTesting();
|
| -
|
| // Type for a collection of experiment configuration parameters.
|
| typedef std::vector<std::pair<std::string, std::string> > FieldTrialFlags;
|
|
|
|
|