summaryrefslogtreecommitdiffstats
path: root/extensions/browser/browser_context_keyed_service_factories.h
Commit message (Collapse)AuthorAgeFilesLines
* Cpplint for apps/, extensions/limasdf@gmail.com2014-04-241-3/+3
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/247143004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265884 0039d316-1c4b-4281-b951-d872f2087c98
* Move extensions BCKS factory creationrockot@chromium.org2014-03-191-0/+16
The list of BCKS factories being poked by ChromeBrowserMainExtraPartsProfiles is quite long and extensions code is the biggest contributor to that length. This moves extensions-related factory references into three new modules (one for //apps, one for //extensions, and one for //c/b/extensions) and condenses Chrome's extensions-related factory creation down to three calls within ChromeBrowserMainExtraPartsProfiles. BUG=352399 TBR=erg@chromium.org (for profiles parts) Review URL: https://codereview.chromium.org/195943018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257936 0039d316-1c4b-4281-b951-d872f2087c98