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

Unified Diff: chrome/browser/chrome_browser_field_trials.h

Issue 12040085: Adding show profile switcher field trial. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | chrome/browser/chrome_browser_field_trials.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_field_trials.h
diff --git a/chrome/browser/chrome_browser_field_trials.h b/chrome/browser/chrome_browser_field_trials.h
index 3d16f6a188a824875835225373b0a9b10ed3968d..be0b29f68c91856b3480306f52485063fef98d86 100644
--- a/chrome/browser/chrome_browser_field_trials.h
+++ b/chrome/browser/chrome_browser_field_trials.h
@@ -55,6 +55,10 @@ class ChromeBrowserFieldTrials {
// Sets up field trials for doing Cache Sensitivity Analysis.
void SetUpCacheSensitivityAnalysisFieldTrial();
+ // Disables the show profile switcher field trial if multi-profiles is not
+ // enabled.
+ void DisableShowProfileSwitcherTrialIfNecessary();
+
// A field trial to determine the impact of using non-blocking reads for
// TCP sockets on Windows instead of overlapped I/O.
void WindowsOverlappedTCPReadsFieldTrial();
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_field_trials.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698