diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-10 14:41:37 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-10 14:41:37 +0000 |
commit | 41a9d29a4d10c53e9e97b170e1ae0bf80bd7e707 (patch) | |
tree | 058ac1cfce3c8a4ea1393e405b2ef6f406b41e89 /chrome/chrome_nibs.gypi | |
parent | 0ee1d0f4fc3a1b5378453a00d704c3aa1b7bed74 (diff) | |
download | chromium_src-41a9d29a4d10c53e9e97b170e1ae0bf80bd7e707.zip chromium_src-41a9d29a4d10c53e9e97b170e1ae0bf80bd7e707.tar.gz chromium_src-41a9d29a4d10c53e9e97b170e1ae0bf80bd7e707.tar.bz2 |
notification balloons: Remove views and cocoa implementations of BalloonCollection.
In both aura/views and mac, notifications are done through the message-center. So
the implementations of BalloonCollection are never used. So remove these. Only the
GTK version of the implementation remains.
BUG=354062, 361784
R=mukai@chromium.org, rsesek@chromium.org, sky@chromium.org
Review URL: https://codereview.chromium.org/231213003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262988 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_nibs.gypi')
-rw-r--r-- | chrome/chrome_nibs.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_nibs.gypi b/chrome/chrome_nibs.gypi index 551841e..2cc0dea 100644 --- a/chrome/chrome_nibs.gypi +++ b/chrome/chrome_nibs.gypi @@ -59,7 +59,6 @@ 'app/nibs/GlobalErrorBubble.xib', 'app/nibs/HungRendererDialog.xib', 'app/nibs/InfoBar.xib', - 'app/nibs/Notification.xib', 'app/nibs/Panel.xib', 'app/nibs/SadTab.xib', ], # mac_untranslated_xibs |