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

Unified Diff: chrome/browser/chrome_browser_main.h

Issue 8729009: Implement an AutoLaunch experiment for Chrome for certain brand codes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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
Index: chrome/browser/chrome_browser_main.h
===================================================================
--- chrome/browser/chrome_browser_main.h (revision 113184)
+++ 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

Powered by Google App Engine
This is Rietveld 408576698