Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(366)

Unified Diff: chrome/browser/autocomplete/history_url_provider.h

Issue 446973003: Remove OmniboxHUPCullRedirects and OmniboxHUPCreateShorterMatch trials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/autocomplete/history_url_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | chrome/browser/autocomplete/history_url_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698