diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-01 20:10:45 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-01 20:10:45 +0000 |
commit | 70cb9fac715057d31535d0f0739c7021a2c4ca94 (patch) | |
tree | 093c986029c0949a16b4df66379de57908ca3266 /chrome/chrome_browser.gypi | |
parent | 8f3aa37941ca80fa577b15f85dd0f860d17a9250 (diff) | |
download | chromium_src-70cb9fac715057d31535d0f0739c7021a2c4ca94.zip chromium_src-70cb9fac715057d31535d0f0739c7021a2c4ca94.tar.gz chromium_src-70cb9fac715057d31535d0f0739c7021a2c4ca94.tar.bz2 |
Add NotificationExceptionTableModel.
Methods stubbed out for now, and not used anywhere yet.
BUG=45547
TEST=none
Review URL: http://codereview.chromium.org/2847041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51405 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index b60a16e..2913322 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -1832,6 +1832,8 @@ 'browser/notifications/desktop_notification_service.h', 'browser/notifications/notification.h', 'browser/notifications/notification_delegate.h', + 'browser/notifications/notification_exceptions_table_model.cc', + 'browser/notifications/notification_exceptions_table_model.h', 'browser/notifications/notification_object_proxy.cc', 'browser/notifications/notification_object_proxy.h', 'browser/notifications/notification_ui_manager.cc', |