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

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

Issue 399543002: [ServiceWorker] Make fetch() method better conformance with the spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove Source/core/timing/Performance.cpp Created 6 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
Index: Source/modules/serviceworkers/Request.h
diff --git a/Source/modules/serviceworkers/Request.h b/Source/modules/serviceworkers/Request.h
index 2194f88b7e049aa04b5426eeb13a78c23c431c97..14d1068344e63a746cb85cd3c6f8bcb382cc23c5 100644
--- a/Source/modules/serviceworkers/Request.h
+++ b/Source/modules/serviceworkers/Request.h
@@ -46,8 +46,6 @@ public:
String mode() const;
String credentials() const;
- PassOwnPtr<ResourceRequest> createResourceRequest() const;
-
void trace(Visitor*);
private:

Powered by Google App Engine
This is Rietveld 408576698