| Index: components/search/search.h
|
| diff --git a/components/search/search.h b/components/search/search.h
|
| index 2ce62047b68cef2597071108e4bba200a1b24c08..63e8e1f386e4847052af0549501cc0ab74d970fe 100644
|
| --- a/components/search/search.h
|
| +++ b/components/search/search.h
|
| @@ -18,10 +18,6 @@ class TemplateURL;
|
|
|
| namespace search {
|
|
|
| -// Use this value for "start margin" to prevent the "es_sm" parameter from
|
| -// being used.
|
| -extern const int kDisableStartMargin;
|
| -
|
| // Returns whether the Instant Extended API is enabled.
|
| bool IsInstantExtendedAPIEnabled();
|
|
|
|
|