| Index: components/search_engines/search_terms_data.h | 
| diff --git a/components/search_engines/search_terms_data.h b/components/search_engines/search_terms_data.h | 
| index 96c88548993638163faf23d5c18e6f763894084a..41261d6eb3bc3532f8e531e495b3e80da2c034c3 100644 | 
| --- a/components/search_engines/search_terms_data.h | 
| +++ b/components/search_engines/search_terms_data.h | 
| @@ -49,10 +49,6 @@ class SearchTermsData { | 
| // This implementation returns the empty string. | 
| virtual std::string GetSuggestRequestIdentifier() const; | 
|  | 
| -  // Returns true if search terms are shown in the omnibox on search results | 
| -  // pages. | 
| -  virtual bool IsShowingSearchTermsOnSearchResultsPages() const; | 
| - | 
| // Returns a string indicating whether InstantExtended is enabled. | 
| virtual std::string InstantExtendedEnabledParam(bool for_search) const; | 
|  | 
| @@ -60,16 +56,6 @@ class SearchTermsData { | 
| // incrementally. | 
| virtual std::string ForceInstantResultsParam(bool for_prerender) const; | 
|  | 
| -  // Returns the start-edge margin of the omnibox in pixels. | 
| -  virtual int OmniboxStartMargin() const; | 
| - | 
| -  // Returns a string indicating whether a non-default theme is active, | 
| -  // suitable for adding as a query string param to the homepage.  This only | 
| -  // applies if Instant Extended is enabled.  Returns an empty string otherwise. | 
| -  // Determining this requires accessing the Profile, so this can only ever be | 
| -  // non-empty for UIThreadSearchTermsData. | 
| -  virtual std::string NTPIsThemedParam() const; | 
| - | 
| // Returns a string indicating which webview is currently in use on iOS, | 
| // suitable for adding as a query string param to search requests.  Returns an | 
| // empty string if no parameter should be passed along with search requests. | 
|  |