summaryrefslogtreecommitdiffstats
path: root/components/OWNERS
diff options
context:
space:
mode:
authorhcarmona <hcarmona@chromium.org>2015-08-28 11:45:57 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-28 18:46:28 +0000
commitaa431c041f3bf551cddc077645bc2409bdeade01 (patch)
treec77a6f9cb04f200bc2fbd04f1f2903227bd2cb19 /components/OWNERS
parent1c683ec5ef4103a5526e2e1cf43d81f6d4f0b486 (diff)
downloadchromium_src-aa431c041f3bf551cddc077645bc2409bdeade01.zip
chromium_src-aa431c041f3bf551cddc077645bc2409bdeade01.tar.gz
chromium_src-aa431c041f3bf551cddc077645bc2409bdeade01.tar.bz2
Add BubbleManager to manage bubbles and ChromeBubbleManager for events.
BubbleManager - Responsible for showing bubbles. BubbleDelegate - Should be implemented to provide the definition of a specific bubble. BubbleUI - This should be implemented for views and cocoa to provide a bubble's UI. BubbleController - Responsible for owning the BubbleUI and the BubbleDelegate for a specific bubble. ChromeBubbleManager - Knows about Chrome browser specifics to hook into the right events. BUG=496955 Review URL: https://codereview.chromium.org/1251633002 Cr-Commit-Position: refs/heads/master@{#346195}
Diffstat (limited to 'components/OWNERS')
-rw-r--r--components/OWNERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/OWNERS b/components/OWNERS
index 754e07c..cfa64621 100644
--- a/components/OWNERS
+++ b/components/OWNERS
@@ -23,6 +23,11 @@ per-file browsing_data.gypi=mkwst@chromium.org
per-file browsing_data.gypi=bauerb@chromium.org
per-file browsing_data.gypi=michaeln@chromium.org
+per-file bubble.gypi=groby@chromium.org
+per-file bubble.gypi=hcarmona@chromium.org
+per-file bubble.gypi=msw@chromium.org
+per-file bubble.gypi=rouslan@chromium.org
+
per-file cdm.gypi=ddorwin@chromium.org
per-file cdm.gypi=xhwang@chromium.org