| Index: chrome/browser/autocomplete/zero_suggest_provider.h
|
| diff --git a/chrome/browser/autocomplete/zero_suggest_provider.h b/chrome/browser/autocomplete/zero_suggest_provider.h
|
| index 5c7b9f7287cea6d4d3c9a526ea3dea91a910d6ba..0f4c093b7f140a516e4afc8768e5a26df0d5a506 100644
|
| --- a/chrome/browser/autocomplete/zero_suggest_provider.h
|
| +++ b/chrome/browser/autocomplete/zero_suggest_provider.h
|
| @@ -4,12 +4,7 @@
|
| //
|
| // This file contains the zero-suggest autocomplete provider. This experimental
|
| // provider is invoked when the user focuses in the omnibox prior to editing,
|
| -// and generates search query suggestions based on the current URL. To enable
|
| -// this provider, point --experimental-zero-suggest-url-prefix at an
|
| -// appropriate suggestion service.
|
| -//
|
| -// HUGE DISCLAIMER: This is just here for experimenting and will probably be
|
| -// deleted entirely as we revise how suggestions work with the omnibox.
|
| +// and generates search query suggestions based on the current URL.
|
|
|
| #ifndef CHROME_BROWSER_AUTOCOMPLETE_ZERO_SUGGEST_PROVIDER_H_
|
| #define CHROME_BROWSER_AUTOCOMPLETE_ZERO_SUGGEST_PROVIDER_H_
|
|
|