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

Unified Diff: Source/core/timing/PerformanceEntryList.idl

Issue 1219673003: Sync core/timing/ interfaces with their specs, or lack thereof (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 5 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/core/timing/PerformanceEntry.idl ('k') | Source/core/timing/PerformanceMark.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/PerformanceEntryList.idl
diff --git a/Source/modules/notifications/GetNotificationOptions.idl b/Source/core/timing/PerformanceEntryList.idl
similarity index 55%
copy from Source/modules/notifications/GetNotificationOptions.idl
copy to Source/core/timing/PerformanceEntryList.idl
index 7ed11aaa37b4cbfe28ddabed476bd21526da63af..7dea2f2e6751f1d9ce9b0732fe7079e3ed32cc97 100644
--- a/Source/modules/notifications/GetNotificationOptions.idl
+++ b/Source/core/timing/PerformanceEntryList.idl
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// https://notifications.spec.whatwg.org/#service-worker-api
+// https://w3c.github.io/performance-timeline/#idl-def-PerformanceEntryList
-dictionary GetNotificationOptions {
- DOMString tag = "";
-};
+typedef sequence<PerformanceEntry> PerformanceEntryList;
« no previous file with comments | « Source/core/timing/PerformanceEntry.idl ('k') | Source/core/timing/PerformanceMark.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698