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

Unified Diff: chrome/browser/browser_trial.cc

Issue 10541019: Adding a field trial for testing --force-compositing-mode on 50% of (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 6 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
Index: chrome/browser/browser_trial.cc
===================================================================
--- chrome/browser/browser_trial.cc (revision 140632)
+++ chrome/browser/browser_trial.cc (working copy)
@@ -7,5 +7,9 @@
// The following is a sample of the lines that should be listed here.
// // A test to determine the impact of kCase1 vs kCase2 pruning algorithms.
-// const wchar_t* BrowserTrial::kPruningAlgorithmFieldTrial =
-// L"pruning_algorithm";
+// const char* BrowserTrial::kPruningAlgorithmFieldTrial =
+// "pruning_algorithm";
+
+const char* BrowserTrial::kForceCompositingModeTrial =
+ "ForceCompositingMode";
+

Powered by Google App Engine
This is Rietveld 408576698