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

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

Issue 1584733003: [Cleanup] Remove some expired omnibox field trials. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a unit test Created 4 years, 11 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 | « chrome/browser/chrome_browser_field_trials.cc ('k') | 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 4a676ff382c82507dd4bfb42394b4c9c8b5bd1f9..51be5dce5fa5a1e91721abbe50acc20541249185 100644
--- a/components/omnibox/browser/omnibox_field_trial.h
+++ b/components/omnibox/browser/omnibox_field_trial.h
@@ -111,14 +111,6 @@ class OmniboxFieldTrial {
EMPHASIZE_NEVER = 3
};
- // Activates all dynamic field trials. The main difference between
- // the autocomplete dynamic and static field trials is that the former
- // don't require any code changes on the Chrome side as they are controlled
- // on the server side. Chrome binary simply propagates all necessary
- // information through the X-Client-Data header.
- // This method may be called multiple times.
- static void ActivateDynamicTrials();
-
// ---------------------------------------------------------
// For any experiment that's part of the bundled omnibox field trial.
« no previous file with comments | « chrome/browser/chrome_browser_field_trials.cc ('k') | components/omnibox/browser/omnibox_field_trial.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698