summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/pending_enables.h
Commit message (Collapse)AuthorAgeFilesLines
* [Sync] Move SyncPrefs into sync_driver componentzea@chromium.org2014-03-201-3/+3
| | | | | | | | | | | | | | | This also moves all sync preferences out of the common pref_names file and into a sync_driver specific pref_names. To allow that, the dependency on history policy is moved into the typed_url_data_type_controller, and a dependency on the deprecated acknowledged types pref is removed from ntp_resource_cache. BUG=339726 R=blundell@chromium.org, mnissler@chromium.org, rlarocque@chromium.org TBR=atwilson@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/195873020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258415 0039d316-1c4b-4281-b951-d872f2087c98
* Handle launching disabled platform apps from the command line.koz@chromium.org2013-09-261-0/+66
In the case where an app has upgraded itself it will prompt the user to re-enable it, otherwise it will silently enable it. BUG=269281 Review URL: https://codereview.chromium.org/23058007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225409 0039d316-1c4b-4281-b951-d872f2087c98