summaryrefslogtreecommitdiffstats
path: root/extensions/browser/OWNERS
diff options
context:
space:
mode:
authorjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-29 21:13:33 +0000
committerjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-29 21:13:33 +0000
commit9fe42045f001725cb3915deb53d45fa2dfb573ed (patch)
tree1dc7600e8cb0bc2191b1518ffbd7eb2e2284c729 /extensions/browser/OWNERS
parent36e7d5c0a1056c150ca74528cffd6d1ca30c22ad (diff)
downloadchromium_src-9fe42045f001725cb3915deb53d45fa2dfb573ed.zip
chromium_src-9fe42045f001725cb3915deb53d45fa2dfb573ed.tar.gz
chromium_src-9fe42045f001725cb3915deb53d45fa2dfb573ed.tar.bz2
Convert extensions::LazyBackgroundTaskQueue from Profile to BrowserContext
To do this, introduce the concept of an ExtensionsBrowserClient that allows the extensions module to ask Profile-like questions of the embedder. The rest of the change is mostly mechanical. Also, introduce some conventions around profile() vs. browser_context() and GetForProfile() vs. GetForBrowserContext() so we can tell which pieces of the system have been converted. BUG=309909 TEST=browser_tests LazyBackgroundPageApiTest.* unit_tests LazyBackgroundTaskQueueTest.* Review URL: https://codereview.chromium.org/46793003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231641 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/browser/OWNERS')
-rw-r--r--extensions/browser/OWNERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/extensions/browser/OWNERS b/extensions/browser/OWNERS
new file mode 100644
index 0000000..b06f377
--- /dev/null
+++ b/extensions/browser/OWNERS
@@ -0,0 +1,7 @@
+# Please talk to the apps shell team before adding DEPS.
+per-file DEPS=set noparent
+per-file DEPS=benwells@chromium.org
+per-file DEPS=derat@chromium.org
+per-file DEPS=jamescook@chromium.org
+per-file DEPS=miket@chromium.org
+per-file DEPS=yoz@chromium.org