diff options
Diffstat (limited to 'chrome/browser/chrome_browser_main.h')
-rw-r--r-- | chrome/browser/chrome_browser_main.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/browser/chrome_browser_main.h b/chrome/browser/chrome_browser_main.h index 84d1b38..f7002a4 100644 --- a/chrome/browser/chrome_browser_main.h +++ b/chrome/browser/chrome_browser_main.h @@ -81,6 +81,9 @@ class ChromeBrowserMainParts : public content::BrowserMainParts { // Runs the PageCycler; called if the switch kVisitURLs is present. virtual void RunPageCycler(); + // Override this in subclasses to initialize platform specific field trials. + virtual void SetupPlatformFieldTrials(); + // Displays a warning message that we can't find any locale data files. virtual void ShowMissingLocaleMessageBox() = 0; @@ -144,8 +147,7 @@ class ChromeBrowserMainParts : public content::BrowserMainParts { void SetupMetricsAndFieldTrials(); // Add an invocation of your field trial init function to this method. - void SetupFieldTrials(bool metrics_recording_enabled, - bool proxy_policy_is_set); + void SetupFieldTrials(bool proxy_policy_is_set); // Starts recording of metrics. This can only be called after we have a file // thread. |