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

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

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
Index: Source/modules/serviceworkers/HeaderMapForEachCallback.h
diff --git a/Source/modules/serviceworkers/HeaderMapForEachCallback.h b/Source/modules/serviceworkers/HeaderMapForEachCallback.h
deleted file mode 100644
index f73fdf1c02c1d26abd73c36d4edc71cf990fd944..0000000000000000000000000000000000000000
--- a/Source/modules/serviceworkers/HeaderMapForEachCallback.h
+++ /dev/null
@@ -1,23 +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.
-
-#ifndef HeaderMapForEachCallback_h
-#define HeaderMapForEachCallback_h
-
-#include "bindings/core/v8/ScriptValue.h"
-
-namespace WebCore {
-
-class HeaderMap;
-
-class HeaderMapForEachCallback {
-public:
- virtual ~HeaderMapForEachCallback() { }
- virtual bool handleItem(ScriptValue thisValue, const String& value, const String& key, HeaderMap*) = 0;
- virtual bool handleItem(const String& value, const String& key, HeaderMap*) = 0;
-};
-
-} // namespace WebCore
-
-#endif // HeaderMapForEachCallback_h
« no previous file with comments | « Source/modules/serviceworkers/HeaderMap.idl ('k') | Source/modules/serviceworkers/HeaderMapForEachCallback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698