Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: trunk/src/chrome/browser/extensions/api/notifications/notifications_api.h

Issue 15925003: Revert 201932 "Add API function chrome.notifications.getAll" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | trunk/src/chrome/browser/extensions/api/notifications/notifications_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | trunk/src/chrome/browser/extensions/api/notifications/notifications_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698