Index: chrome/browser/autocomplete/search_provider.h |
diff --git a/chrome/browser/autocomplete/search_provider.h b/chrome/browser/autocomplete/search_provider.h |
index 74c5e7eba53c808efd636760cbcfdcd555843b67..5f25f3552deae77d7e552f75660079e01f08a1ee 100644 |
--- a/chrome/browser/autocomplete/search_provider.h |
+++ b/chrome/browser/autocomplete/search_provider.h |
@@ -94,9 +94,6 @@ class SearchProvider : public AutocompleteProvider, |
virtual void AddProviderInfo(ProvidersInfo* provider_info) const OVERRIDE; |
virtual void ResetSession() OVERRIDE; |
- // Update the omnibox start margin used to generate search suggestion URLs. |
- void SetOmniboxStartMargin(int omnibox_start_margin); |
- |
bool field_trial_triggered_in_session() const { |
return field_trial_triggered_in_session_; |
} |
@@ -527,9 +524,6 @@ class SearchProvider : public AutocompleteProvider, |
// session. |
bool field_trial_triggered_in_session_; |
- // Start margin of the omnibox. Used to construct search URLs. |
- int omnibox_start_margin_; |
- |
// If true, search history query suggestions will score low enough that |
// they will not be inlined. |
bool prevent_search_history_inlining_; |