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

Unified Diff: chrome/browser/browser_trial.h

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
« no previous file with comments | « no previous file | chrome/browser/browser_trial.cc » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | chrome/browser/browser_trial.cc » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698