summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/user_experiment.cc
Commit message (Expand)AuthorAgeFilesLines
* Update SplitString calls in chrome.brettw2015-07-211-7/+4
* Move ReplaceStringPlaceholders to base namespace.brettw2015-07-151-1/+1
* clang/win: Build without -Wno-int-to-void-pointer-cast.sammc2015-07-021-2/+4
* Fix some clang warnings with -Wmissing-braces in chrome.dcheng2015-07-011-1/+1
* Remove dependency on resources from installer_utilbrettw2015-05-211-2/+1
* vs2015: avoid narrowing warnings in chrome/installer/scottmg2015-04-301-1/+2
* Make callers of CommandLine use it via the base:: namespace, and remove the g...avi2014-12-251-12/+14
* Update installer to use the new version of LaunchProcess.rvargas2014-12-141-6/+8
* Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16 in chrome/installer.thestig2014-11-121-5/+5
* Remove implicit HANDLE conversions from chrome.rvargas2014-09-251-2/+3
* Remove installer::GetChromeUserDataPath helper.msw@chromium.org2014-05-011-16/+17
* Remove stale code to delete the metro user data dir. It never shipped.grt@chromium.org2014-04-031-9/+3
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-1/+1
* Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s...avi@chromium.org2013-12-251-4/+4
* Add base:: to string16s in chrome/.dbeam@chromium.org2013-12-201-18/+18
* Update include paths in chrome/installer/ for base/process changes.rsesek@chromium.org2013-07-231-1/+1
* Use a direct include of strings headers in chrome/installer/, part 2.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in chrome/app/, chrome/commo...avi@chromium.org2013-06-071-1/+1
* Minor cleanups for user experiments (follow-up to Issue 12321061). huangs@chromium.org2013-03-271-5/+5
* Pulling user experiment code from BrowserDistribution to a new class. huangs@chromium.org2013-03-151-0/+538