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"; |
+ |