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

Unified Diff: Source/modules/notifications/WindowNotifications.idl

Issue 17031006: Rename DOMWindow interface to Window (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 6 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 | « Source/modules/notifications/DOMWindowNotifications.idl ('k') | Source/modules/quota/DOMWindowQuota.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/notifications/WindowNotifications.idl
diff --git a/Source/modules/notifications/DOMWindowNotifications.idl b/Source/modules/notifications/WindowNotifications.idl
similarity index 93%
rename from Source/modules/notifications/DOMWindowNotifications.idl
rename to Source/modules/notifications/WindowNotifications.idl
index 9fc786583bded1149c1c6a80cd5d0db89280f3d2..5cf9a08405a9028529972b15bdebcc4c48346544 100644
--- a/Source/modules/notifications/DOMWindowNotifications.idl
+++ b/Source/modules/notifications/WindowNotifications.idl
@@ -25,8 +25,9 @@
*/
[
- Conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS
-] partial interface DOMWindow {
+ Conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS,
+ ImplementedAs=DOMWindowNotifications
+] partial interface Window {
#if defined(ENABLE_LEGACY_NOTIFICATIONS) && ENABLE_LEGACY_NOTIFICATIONS
[EnabledAtRuntime=notifications, MeasureAs=LegacyNotifications, PerWorldBindings, ActivityLog=GetterForIsolatedWorlds] readonly attribute NotificationCenter webkitNotifications;
#endif
« no previous file with comments | « Source/modules/notifications/DOMWindowNotifications.idl ('k') | Source/modules/quota/DOMWindowQuota.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698