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

Unified Diff: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.h

Issue 2754683003: [NOT FOR COMMIT] Nested types CL 1 (Closed)
Patch Set: 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/BackgroundFetchManager.h
diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.h b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.h
index e52725ed443ed924cf168d1a99fd14afabfb322e..80d2048579d120312d1a6d2ebefc6d054af36b2a 100644
--- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.h
+++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.h
@@ -13,7 +13,7 @@
namespace blink {
class BackgroundFetchOptions;
-class RequestOrUSVString;
+class RequestOrUSVStringOrRequestOrUSVStringSequence;
class ScriptState;
class ServiceWorkerRegistration;
@@ -33,7 +33,7 @@ class BackgroundFetchManager final
// Web Exposed methods defined in the IDL file.
ScriptPromise fetch(ScriptState*,
String tag,
- HeapVector<RequestOrUSVString> requests,
+ const RequestOrUSVStringOrRequestOrUSVStringSequence& requests,
const BackgroundFetchOptions&);
ScriptPromise get(ScriptState*, String tag);
ScriptPromise getTags(ScriptState*);

Powered by Google App Engine
This is Rietveld 408576698