diff options
author | sdefresne <sdefresne@chromium.org> | 2014-10-23 10:20:54 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-23 17:21:16 +0000 |
commit | f63755b0200452c319729de95eaa99282925dc95 (patch) | |
tree | c7c9975ce684352f3f42169d83a4392e11ad7ed8 /components/OWNERS | |
parent | e36cf8ec21fc5d441007920dcba8a9b8f28cf7bc (diff) | |
download | chromium_src-f63755b0200452c319729de95eaa99282925dc95.zip chromium_src-f63755b0200452c319729de95eaa99282925dc95.tar.gz chromium_src-f63755b0200452c319729de95eaa99282925dc95.tar.bz2 |
Refactor KeyedService factory infrastructure
Refactor KeyedService factory infrastructure to remove the dependency on
content::BrowserContext so that it can be used by embedders that do not
use //content (Chrome on iOS).
Introduce DependencyManager and KeyedServiceBaseFactory and update the
content::BrowserContext-based factories to inherit from them.
Refer to this detailed design-document:
https://docs.google.com/document/d/1HSHDxKiUui1io2odu5tkzddJZG21Fi7m0SGfnJj1soM/pub
BUG=419366
TBR=tapted
TBR=kaznacheev
Review URL: https://codereview.chromium.org/662393002
Cr-Commit-Position: refs/heads/master@{#300908}
Diffstat (limited to 'components/OWNERS')
-rw-r--r-- | components/OWNERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/OWNERS b/components/OWNERS index a507c2b..2c0b9f2 100644 --- a/components/OWNERS +++ b/components/OWNERS @@ -90,6 +90,10 @@ per-file json_schema.gypi=calamity@chromium.org per-file json_schema.gypi=kalman@chromium.org per-file json_schema.gypi=mpcomplete@chromium.org +per-file keyed_service.gypi=erg@chromium.org +per-file keyed_service.gypi=phajdan.jr@chromium.org +per-file keyed_service.gypi=rlp@chromium.org + per-file leveldb_proto*=cjhopman@chromium.org per-file leveldb_proto*=mathp@chromium.org |