From 0cba296108328045bad62e2286f5ec6a2e4fd7e8 Mon Sep 17 00:00:00 2001 From: "finnur@chromium.org" Date: Thu, 15 Dec 2011 10:45:32 +0000 Subject: Implement an AutoLaunch experiment for Chrome for certain brand codes. This is for Windows only. BUG=95971 TEST=This requires a special branded build to test (and master_preferences set to have auto_launch_chrome: true or specify mini_installer param --auto-launch-chrome), but after installing it you should see an item under the Wrench \ Options \ Basics that lets you configure Chrome to not auto-launch. If you instead, log out and log in again, Chrome should start with an infobar saying that it was auto-launched. The infobar should stay for a max of 5 launches and then not appear again. Pressing "Cut it out!" on the infobar should turn off this feature. If you just want to test the infobar, launch chrome with --auto-launch-at-startup. Also, uninstall and make sure Chrome is not auto-launched (a Windows error about Chrome not being found should not be shown). Review URL: http://codereview.chromium.org/8729009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114621 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_installer_util.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/chrome_installer_util.gypi') diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi index 450ff7b..a8a0149 100644 --- a/chrome/chrome_installer_util.gypi +++ b/chrome/chrome_installer_util.gypi @@ -15,6 +15,8 @@ 'installer/util/app_command.h', 'installer/util/app_commands.cc', 'installer/util/app_commands.h', + 'installer/util/auto_launch_util.cc', + 'installer/util/auto_launch_util.h', 'installer/util/browser_distribution.cc', 'installer/util/browser_distribution.h', 'installer/util/channel_info.cc', -- cgit v1.1