Index: chrome/browser/chrome_browser_main.h |
=================================================================== |
--- chrome/browser/chrome_browser_main.h (revision 114230) |
+++ chrome/browser/chrome_browser_main.h (working copy) |
@@ -113,6 +113,10 @@ |
// has on retention and general apps/webstore usage. |
void DefaultAppsFieldTrial(); |
+ // A field trial to see what effects launching Chrome automatically on |
+ // computer startup has on retention and usage of Chrome. |
+ void AutoLaunchChromeFieldTrial(); |
+ |
// Methods for |SetupMetricsAndFieldTrials()| -------------------------------- |
// Constructs metrics service and does related initialization, including |