| Index: chrome/renderer/searchbox/searchbox.h
|
| diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h
|
| index a3350c0ac07e4d8da05247c7d840136efa58c619..981c2c480340981988f83d6aea2ad7a49ae41068 100644
|
| --- a/chrome/renderer/searchbox/searchbox.h
|
| +++ b/chrome/renderer/searchbox/searchbox.h
|
| @@ -109,20 +109,6 @@ class SearchBox : public content::RenderViewObserver,
|
| // browser.
|
| void UndoAllMostVisitedDeletions();
|
|
|
| - // Generates a data:// URL containing the HTML required to display a result.
|
| - bool GenerateDataURLForSuggestionRequest(const GURL& request_url,
|
| - GURL* data_url) const;
|
| -
|
| - // Sets the InstantAutocompleteResultStyle to the input value.
|
| - void SetInstantAutocompleteResultStyle(
|
| - const InstantAutocompleteResultStyle& style);
|
| -
|
| - // Formats a URL for display to the user. Strips out prefixes like whitespace,
|
| - // "http://" and "www." unless the user input (|query_|) matches the prefix.
|
| - // Also removes trailing whitespaces and "/" unless the user input matches the
|
| - // trailing "/".
|
| - void FormatURLForDisplay(string16* url) const;
|
| -
|
| private:
|
| // Overridden from content::RenderViewObserver:
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
| @@ -171,7 +157,6 @@ class SearchBox : public content::RenderViewObserver,
|
| InstantRestrictedIDCache<InstantAutocompleteResult>
|
| autocomplete_results_cache_;
|
| InstantRestrictedIDCache<InstantMostVisitedItem> most_visited_items_cache_;
|
| - InstantAutocompleteResultStyle autocomplete_results_style_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SearchBox);
|
| };
|
|
|