summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/util_constants.cc
diff options
context:
space:
mode:
authorcpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-17 18:54:03 +0000
committercpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-17 18:54:03 +0000
commit519357d2b8ab7ac8d8a6c3fed1dbe744dc6f1bd5 (patch)
treede23c5e0e679b3bd9e8cea9786f6cc77321e01a8 /chrome/installer/util/util_constants.cc
parent08c8d347694b9dad34fcdff135517442372a34ba (diff)
downloadchromium_src-519357d2b8ab7ac8d8a6c3fed1dbe744dc6f1bd5.zip
chromium_src-519357d2b8ab7ac8d8a6c3fed1dbe744dc6f1bd5.tar.gz
chromium_src-519357d2b8ab7ac8d8a6c3fed1dbe744dc6f1bd5.tar.bz2
Add experiment support in setup
- Adds the inactive user toast logic - Some refactoring of helper functions BUG=b/1484308 TEST=see the bug Review URL: http://codereview.chromium.org/125234 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18640 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/util_constants.cc')
-rw-r--r--chrome/installer/util/util_constants.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/installer/util/util_constants.cc b/chrome/installer/util/util_constants.cc
index b7323b5..8bb0e5a 100644
--- a/chrome/installer/util/util_constants.cc
+++ b/chrome/installer/util/util_constants.cc
@@ -91,6 +91,7 @@ const wchar_t kAltDesktopShortcut[] = L"alt-desktop-shortcut";
} // namespace switches
const wchar_t kInstallBinaryDir[] = L"Application";
+const wchar_t kInstallUserDataDir[] = L"User Data";
const wchar_t kChromeExe[] = L"chrome.exe";
const wchar_t kChromeOldExe[] = L"old_chrome.exe";
const wchar_t kChromeNewExe[] = L"new_chrome.exe";