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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerGlobalScope.h

Issue 717283002: Service Workers: Remove overloads for optional Dictionary arguments (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 | « no previous file | Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
index 3efd36b86596850a5fd8ec0f916d04ff0e22fdd1..4e32c09f54551d44b5afd5928a398681ad7988ec 100644
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
@@ -67,9 +67,7 @@ public:
CacheStorage* caches(ExecutionContext*);
- ScriptPromise fetch(ScriptState*, Request*);
ScriptPromise fetch(ScriptState*, Request*, const Dictionary&);
- ScriptPromise fetch(ScriptState*, const String&);
ScriptPromise fetch(ScriptState*, const String&, const Dictionary&);
void close(ExceptionState&);
« no previous file with comments | « no previous file | Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698