From 70cb9fac715057d31535d0f0739c7021a2c4ca94 Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Thu, 1 Jul 2010 20:10:45 +0000 Subject: 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 --- chrome/chrome_browser.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/chrome_browser.gypi') 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', -- cgit v1.1