Index: chrome/browser/chrome_browser_main.h |
=================================================================== |
--- chrome/browser/chrome_browser_main.h (revision 140632) |
+++ chrome/browser/chrome_browser_main.h (working copy) |
@@ -45,6 +45,10 @@ |
struct MainFunctionParams; |
} |
+namespace chrome_browser_trials { |
+extern bool g_in_force_compositing_mode_trial; |
+} |
+ |
class ChromeBrowserMainParts : public content::BrowserMainParts { |
public: |
virtual ~ChromeBrowserMainParts(); |
@@ -129,6 +133,9 @@ |
// Field trial for testing domain bound certs. |
void DomainBoundCertsFieldTrial(); |
+ // Field trial for testing compositing on all pages. |
+ void ForceCompositingModeFieldTrial(); |
+ |
// A collection of field trials intended to test the uniformity and |
// correctness of the field trial control, bucketing and reporting systems. |
void SetupUniformityFieldTrials(); |