Index: chrome/browser/browser_trial.h |
=================================================================== |
--- chrome/browser/browser_trial.h (revision 140632) |
+++ chrome/browser/browser_trial.h (working copy) |
@@ -17,8 +17,11 @@ |
public: |
// The following is a sample line for what should be listed in this file. |
- // static const wchar_t* kPruningAlgorithmFieldTrial; |
+ // static const char* kPruningAlgorithmFieldTrial; |
+ // Field trial for force-compositing-mode. |
+ static const char* kForceCompositingModeTrial; |
Ilya Sherman
2012/06/06 09:50:21
nit: Jim might correct me, but I don't think this
jar (doing other things)
2012/06/06 18:16:52
+1
I had to look back at the history... and this
|
+ |
private: |
DISALLOW_COPY_AND_ASSIGN(BrowserTrial); |
}; |