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

Unified Diff: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.idl

Issue 2751523008: Update Background Fetch IDLs following spec changes (Closed)
Patch Set: Update Background Fetch IDLs following spec changes Created 3 years, 9 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/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.idl
diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.idl b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.idl
index cc353288329fea7d6b453e9dfcac4a35fc034cd9..e1bba570029c3e80790db7615c6e7371d9b177b5 100644
--- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.idl
+++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchRegistration.idl
@@ -12,7 +12,7 @@
readonly attribute FrozenArray<IconDefinition> icons;
readonly attribute long totalDownloadSize;
readonly attribute DOMString title;
- // TODO(crbug.com/699957): Implement the `fetches` attribute.
+ // TODO(crbug.com/699957): Implement the `activeFetches` attribute.
void abort();
};

Powered by Google App Engine
This is Rietveld 408576698