summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_provider.h
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-04 22:28:35 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-04 22:28:35 +0000
commitd2445c86ad87986b064dc324939c40a764b2988d (patch)
tree5849e3a2ee89ccc96bdb69ec68ae71bee841e0fe /chrome/browser/autocomplete/autocomplete_provider.h
parent753bb25fc70b560fb3539e2b63843a193ccb295a (diff)
downloadchromium_src-d2445c86ad87986b064dc324939c40a764b2988d.zip
chromium_src-d2445c86ad87986b064dc324939c40a764b2988d.tar.gz
chromium_src-d2445c86ad87986b064dc324939c40a764b2988d.tar.bz2
Move HasHTTPScheme to AutocompleteInput.
This was on AutocompleteProvider because only providers needed it, but I'm going to be calling this from OmniboxEditModel. In the abstract, it probably makes slightly more sense as a member of AutocompleteInput than AutocompleteProvider anyway. BUG=151044 TEST=none R=mpearson@chromium.org Review URL: https://codereview.chromium.org/55603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232821 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autocomplete/autocomplete_provider.h')
-rw-r--r--chrome/browser/autocomplete/autocomplete_provider.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_provider.h b/chrome/browser/autocomplete/autocomplete_provider.h
index 950670d..02668b7 100644
--- a/chrome/browser/autocomplete/autocomplete_provider.h
+++ b/chrome/browser/autocomplete/autocomplete_provider.h
@@ -242,9 +242,6 @@ class AutocompleteProvider
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();