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

Unified Diff: third_party/WebCore/notifications/NotificationCenter.idl

Issue 10381128: Roll IDL to multivm@516 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
Index: third_party/WebCore/notifications/NotificationCenter.idl
diff --git a/third_party/WebCore/notifications/NotificationCenter.idl b/third_party/WebCore/notifications/NotificationCenter.idl
index e508447d49ebaa419cfe7250024c931162eedd7e..da99ba9ff3c406532d9d7371b6be689c5d8af1fd 100644
--- a/third_party/WebCore/notifications/NotificationCenter.idl
+++ b/third_party/WebCore/notifications/NotificationCenter.idl
@@ -32,16 +32,14 @@
module threads {
interface [
- Conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS,
+ Conditional=LEGACY_NOTIFICATIONS,
ActiveDOMObject,
OmitConstructor
] NotificationCenter {
-#if defined(ENABLE_LEGACY_NOTIFICATIONS) && ENABLE_LEGACY_NOTIFICATIONS
#if !defined(ENABLE_TEXT_NOTIFICATIONS_ONLY) || !ENABLE_TEXT_NOTIFICATIONS_ONLY
[V8Custom] Notification createHTMLNotification(in DOMString url) raises(DOMException);
#endif
[V8Custom] Notification createNotification(in DOMString iconUrl, in DOMString title, in DOMString body) raises(DOMException);
-#endif
int checkPermission();
[Custom] void requestPermission(in VoidCallback callback);

Powered by Google App Engine
This is Rietveld 408576698