| Index: chrome/browser/autocomplete/autocomplete_provider.h
|
| ===================================================================
|
| --- chrome/browser/autocomplete/autocomplete_provider.h (revision 231939)
|
| +++ chrome/browser/autocomplete/autocomplete_provider.h (working copy)
|
| @@ -242,9 +242,6 @@
|
|
|
| virtual ~AutocompleteProvider();
|
|
|
| - // Returns whether |input| begins "http:" or "view-source:http:".
|
| - static bool HasHTTPScheme(const string16& input);
|
| -
|
| // Updates the starred state of each of the matches in matches_ from the
|
| // profile's bookmark bar model.
|
| void UpdateStarredStateOfMatches();
|
|
|