Index: chrome/browser/autocomplete/history_url_provider.h |
diff --git a/chrome/browser/autocomplete/history_url_provider.h b/chrome/browser/autocomplete/history_url_provider.h |
index dc0452b1d9f91fd57499ebc610d63a913a26143f..e6002c7927b76ccbbfc8197c83d4f96e6958c7e5 100644 |
--- a/chrome/browser/autocomplete/history_url_provider.h |
+++ b/chrome/browser/autocomplete/history_url_provider.h |
@@ -334,19 +334,6 @@ class HistoryURLProvider : public HistoryProvider { |
// Params controlling experimental behavior of this provider. |
HUPScoringParams scoring_params_; |
- // If true, HistoryURL provider should lookup and cull redirects. If |
- // false, it returns matches that may be redirects to each other and |
- // simply hopes the default AutoCompleteController behavior to remove |
- // URLs that are likely duplicates (http://google.com <-> |
- // https://www.google.com/, etc.) will do a good enough job. |
- bool cull_redirects_; |
- |
- // Used in PromoteOrCreateShorterSuggestion(). If true, we may create |
- // shorter suggestions even when they haven't been visited before: |
- // if the user visited http://example.com/asdf once, we'll suggest |
- // http://example.com/ even if they've never been to it. |
- bool create_shorter_match_; |
- |
DISALLOW_COPY_AND_ASSIGN(HistoryURLProvider); |
}; |