| Index: chrome/common/instant_types.h
|
| diff --git a/chrome/common/instant_types.h b/chrome/common/instant_types.h
|
| index e41cd4b15582598c87b93beee799d4d38057f76a..ed075b0608287daafc5f4369d84f16429377da37 100644
|
| --- a/chrome/common/instant_types.h
|
| +++ b/chrome/common/instant_types.h
|
| @@ -13,9 +13,6 @@ enum InstantCompleteBehavior {
|
| // Autocomplete the suggestion immediately.
|
| INSTANT_COMPLETE_NOW,
|
|
|
| - // Autocomplete the suggestion after a delay.
|
| - INSTANT_COMPLETE_DELAYED,
|
| -
|
| // Do not autocomplete the suggestion. The suggestion may still be displayed
|
| // in the omnibox, but not made a part of the omnibox text by default (e.g.,
|
| // by displaying the suggestion as non-highlighted, non-selected gray text).
|
|
|