summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/util_constants.cc
diff options
context:
space:
mode:
authorcpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-02 05:21:10 +0000
committercpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-02 05:21:10 +0000
commitc3ad1b2b18db3b888439e81b22803a98f9fac6a6 (patch)
tree7e2741eb7940fe7a2f20c81b5f9d0f6adcd74535 /chrome/installer/util/util_constants.cc
parent8523c3503496841cb9d3d6ca464496e164e49a0d (diff)
downloadchromium_src-c3ad1b2b18db3b888439e81b22803a98f9fac6a6.zip
chromium_src-c3ad1b2b18db3b888439e81b22803a98f9fac6a6.tar.gz
chromium_src-c3ad1b2b18db3b888439e81b22803a98f9fac6a6.tar.bz2
Modify the toast to hit system-level installs
This is somewhat tricky. setup.exe is executed by SYSTEM and as such we cannot run the experiment. So what we do is that if there is an interactive user logged in at the moment of chrome upgrade we re-launch setup in her context, from then on things proceed as in the previous case. Other enhancements - New experiment codes TKxx and TLxx (99% and 1% as usual) - New experiment group TK40 and TL40 : An active user BUG=32474 TEST=see bug Review URL: http://codereview.chromium.org/557077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37799 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/util_constants.cc')
-rw-r--r--chrome/installer/util/util_constants.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/installer/util/util_constants.cc b/chrome/installer/util/util_constants.cc
index 6b89abf..f77eed1 100644
--- a/chrome/installer/util/util_constants.cc
+++ b/chrome/installer/util/util_constants.cc
@@ -105,6 +105,9 @@ const wchar_t kAltDesktopShortcut[] = L"alt-desktop-shortcut";
// Perform the inactive user toast experiment.
const wchar_t kInactiveUserToast[] = L"inactive-user-toast";
+// User toast experiment switch from system context to user context.
+const wchar_t kSystemLevelToast[] = L"system-level-toast";
+
} // namespace switches
const wchar_t kInstallBinaryDir[] = L"Application";