summaryrefslogtreecommitdiffstats
path: root/components/component_updater/pref_names.h
Commit message (Collapse)AuthorAgeFilesLines
* Re-prompt Chrome users to run the SRT when a finch param changes.mad2015-01-271-0/+1
| | | | | | | | BUG=438287 Review URL: https://codereview.chromium.org/856393005 Cr-Commit-Position: refs/heads/master@{#313359}
* Elevated install of recovery component when needed.xiaolingbao2014-12-081-0/+1
| | | | | | | | | | | | | | | | First tries to do recovery non-elevated. When the process finds that elevation is needed, pop up a UI to notify user of UAC prompt. If permission is granted, run recovery component installer again with elevated privilege. The CL does not have the UI changes. A separate CL (https://codereview.chromium.org/325433002/) is created for that. This CL includes: (1) When elevation is needed to recover, save the installation source for retry, set a flag in preference to indicate that. (2) Provide API for elevated install BUG=381801 Review URL: https://codereview.chromium.org/359443002 Cr-Commit-Position: refs/heads/master@{#307372}
* Offer to download the Software removal tool when the sw_reporter component ↵mad2014-09-251-0/+6
| | | | | | | | | | | | | found something that it can handle. For chrome/app/chrome_command_ids.h TBR=cpu@chromium.org BUG=416582 Review URL: https://codereview.chromium.org/599653002 Cr-Commit-Position: refs/heads/master@{#296594}
* Trigger the SW reporter to run once a week for users with UMA enabled.csharp2014-09-101-1/+1
| | | | | | | | | TBR=jam@chromium.org BUG=405932 Review URL: https://codereview.chromium.org/495643002 Cr-Commit-Position: refs/heads/master@{#294175}
* Componentize component_updater: Use Configurator to build query parameters.tommycli@chromium.org2014-07-101-0/+6
| | | | | | | | | | This also breaks a few more misc. bonds between chrome/common and component_updater. BUG=371463 Review URL: https://codereview.chromium.org/375973003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282444 0039d316-1c4b-4281-b951-d872f2087c98
* Break some of the chrome/common dependencies in implementation by moving ↵tommycli@chromium.org2014-07-081-0/+14
some paths and constants to the component. Design doc: https://docs.google.com/document/d/1F76yNZCnPnGzgNXhI-sCFKlXulwx_s_OKTGbJS5NhbA/edit?usp=sharing BUG=371463 Review URL: https://codereview.chromium.org/334783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281744 0039d316-1c4b-4281-b951-d872f2087c98