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

Side by Side Diff: chrome/browser/chrome_browser_field_trials.cc

Issue 447863003: Using experiments to activate the DisplayList2DCanvas optimization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase master + Fixing AboutFlagsHistogramTest.CheckHistograms test 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/chromeos/login/chrome_restart_request.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/chrome_browser_field_trials.h" 5 #include "chrome/browser/chrome_browser_field_trials.h"
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/metrics/field_trial.h" 10 #include "base/metrics/field_trial.h"
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 base::FieldTrialList::FindValue("UMA-Dynamic-Binary-Uniformity-Trial"); 53 base::FieldTrialList::FindValue("UMA-Dynamic-Binary-Uniformity-Trial");
54 base::FieldTrialList::FindValue("UMA-Dynamic-Uniformity-Trial"); 54 base::FieldTrialList::FindValue("UMA-Dynamic-Uniformity-Trial");
55 base::FieldTrialList::FindValue("InstantDummy"); 55 base::FieldTrialList::FindValue("InstantDummy");
56 base::FieldTrialList::FindValue("InstantChannel"); 56 base::FieldTrialList::FindValue("InstantChannel");
57 base::FieldTrialList::FindValue("Test0PercentDefault"); 57 base::FieldTrialList::FindValue("Test0PercentDefault");
58 // The following trials are used from renderer process. 58 // The following trials are used from renderer process.
59 // Mark here so they will be sync-ed. 59 // Mark here so they will be sync-ed.
60 base::FieldTrialList::FindValue("CLD1VsCLD2"); 60 base::FieldTrialList::FindValue("CLD1VsCLD2");
61 base::FieldTrialList::FindValue("MouseEventPreconnect"); 61 base::FieldTrialList::FindValue("MouseEventPreconnect");
62 base::FieldTrialList::FindValue("UnauthorizedPluginInfoBar"); 62 base::FieldTrialList::FindValue("UnauthorizedPluginInfoBar");
63 base::FieldTrialList::FindValue("DisplayList2dCanvas");
63 // Activate the autocomplete dynamic field trials. 64 // Activate the autocomplete dynamic field trials.
64 OmniboxFieldTrial::ActivateDynamicTrials(); 65 OmniboxFieldTrial::ActivateDynamicTrials();
65 } 66 }
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/chromeos/login/chrome_restart_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698