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

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

Powered by Google App Engine
This is Rietveld 408576698