Index: trunk/src/chrome/browser/extensions/api/notifications/notifications_api.h |
=================================================================== |
--- trunk/src/chrome/browser/extensions/api/notifications/notifications_api.h (revision 201968) |
+++ trunk/src/chrome/browser/extensions/api/notifications/notifications_api.h (working copy) |
@@ -89,20 +89,6 @@ |
DECLARE_EXTENSION_FUNCTION("notifications.clear", NOTIFICATIONS_CLEAR) |
}; |
-class NotificationsGetAllFunction : public NotificationsApiFunction { |
- public: |
- NotificationsGetAllFunction(); |
- |
- // UIThreadExtensionFunction: |
- virtual bool RunNotificationsApi() OVERRIDE; |
- |
- protected: |
- virtual ~NotificationsGetAllFunction(); |
- |
- private: |
- DECLARE_EXTENSION_FUNCTION("notifications.getAll", NOTIFICATIONS_GET_ALL) |
-}; |
- |
} // namespace extensions |
#endif // CHROME_BROWSER_EXTENSIONS_API_NOTIFICATIONS_NOTIFICATIONS_API_H_ |
Property changes on: trunk/src/chrome/browser/extensions/api/notifications/notifications_api.h |
___________________________________________________________________ |
Deleted: svn:eol-style |
- LF |