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

Unified Diff: components/omnibox/browser/omnibox_field_trial.h

Issue 2351443002: Omnibox - Launch Change to Correctly Classify Typed Visits (Closed)
Patch Set: Created 4 years, 3 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 | components/omnibox/browser/omnibox_field_trial.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/browser/omnibox_field_trial.h
diff --git a/components/omnibox/browser/omnibox_field_trial.h b/components/omnibox/browser/omnibox_field_trial.h
index 53bd31e5ce617e8671efdebf28ac726f578b318a..e7afcdfa886e68499fa93e11c13330385cecbc1c 100644
--- a/components/omnibox/browser/omnibox_field_trial.h
+++ b/components/omnibox/browser/omnibox_field_trial.h
@@ -291,10 +291,6 @@ class OmniboxFieldTrial {
// For the HQPFixFrequencyScoring experiment that's part of the
// bundled omnibox field trial.
- // Returns true if HQP should apply the bug fix for correctly identifying
- // typed visits.
- static bool HQPFixTypedVisitBug();
-
// Returns true if HQP should apply the bug fix to discount the visits to
// pages visited less than ten times.
static bool HQPFixFewVisitsBug();
@@ -385,7 +381,6 @@ class OmniboxFieldTrial {
static const char kDisableResultsCachingRule[];
static const char kMeasureSuggestPollingDelayFromLastKeystrokeRule[];
static const char kSuggestPollingDelayMsRule[];
- static const char kHQPFixTypedVisitBugRule[];
static const char kHQPFixFewVisitsBugRule[];
static const char kHQPNumTitleWordsRule[];
static const char kHQPAlsoDoHUPLikeScoringRule[];
« no previous file with comments | « no previous file | components/omnibox/browser/omnibox_field_trial.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698