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

Unified Diff: Source/modules/serviceworkers/HeaderMapForEachCallback.idl

Issue 373613004: [ServiceWorker] Make Response class better conformance with the spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase 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
« no previous file with comments | « Source/modules/serviceworkers/HeaderMapForEachCallback.h ('k') | Source/modules/serviceworkers/Response.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/HeaderMapForEachCallback.idl
diff --git a/Source/modules/serviceworkers/HeaderMapForEachCallback.idl b/Source/modules/serviceworkers/HeaderMapForEachCallback.idl
deleted file mode 100644
index d6bbb8dfc96e0e4a3c1753d2b6bf38e427baea15..0000000000000000000000000000000000000000
--- a/Source/modules/serviceworkers/HeaderMapForEachCallback.idl
+++ /dev/null
@@ -1,8 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-callback interface HeaderMapForEachCallback {
- [CallWith=ThisValue] boolean handleItem(DOMString value, DOMString key, HeaderMap map);
- boolean handleItem(DOMString value, DOMString key, HeaderMap map);
-};
« no previous file with comments | « Source/modules/serviceworkers/HeaderMapForEachCallback.h ('k') | Source/modules/serviceworkers/Response.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698