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

Unified Diff: trunk/src/chrome/common/extensions/api/notifications.idl

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 | « trunk/src/chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/common/extensions/api/notifications.idl
===================================================================
--- trunk/src/chrome/common/extensions/api/notifications.idl (revision 201968)
+++ trunk/src/chrome/common/extensions/api/notifications.idl (working copy)
@@ -67,8 +67,6 @@
callback ClearCallback = void (boolean wasCleared);
- callback GetAllCallback = void (object notifications);
-
interface Functions {
// Creates and displays a notification having the contents in |options|,
// identified by the id |notificationId|. If |notificationId| is empty,
@@ -91,10 +89,6 @@
// corresponding notification. |callback| indicates whether a matching
// notification existed.
static void clear(DOMString notificationId, ClearCallback callback);
-
- // |callback| is executed with the set of notification_ids currently in
- // the system.
- static void getAll(GetAllCallback callback);
};
interface Events {
« no previous file with comments | « trunk/src/chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698