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

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

Issue 433793002: Introducing the WebServiceWorkerCache. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: partial remediation Created 6 years, 4 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 0d9e4d4a4696a89ce7901f0934eae893f9f5f7ab..535721fb2e9cd3d2b6f09d6014de9e252885e416 100644
--- a/Source/modules/serviceworkers/Request.h
+++ b/Source/modules/serviceworkers/Request.h
@@ -45,6 +45,8 @@ public:
String mode() const;
String credentials() const;
+ void populateWebServiceWorkerRequest(WebServiceWorkerRequest&);
+
void trace(Visitor*);
private:

Powered by Google App Engine
This is Rietveld 408576698