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

Unified Diff: public/platform/WebServiceWorkerCache.h

Issue 927723003: Removing prefixMatch attribute of CacheQueryOptions- Blink Side (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: After rebase Created 5 years, 9 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/CacheTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebServiceWorkerCache.h
diff --git a/public/platform/WebServiceWorkerCache.h b/public/platform/WebServiceWorkerCache.h
index 285cf4f85e55e0c49452638d53c60859d1195256..9184a09dcdb857cbacb0e8f01399c5052ab1ebc5 100644
--- a/public/platform/WebServiceWorkerCache.h
+++ b/public/platform/WebServiceWorkerCache.h
@@ -28,12 +28,11 @@ public:
// Options that affect the scope of searches.
struct QueryParams {
- QueryParams() : ignoreSearch(false), ignoreMethod(false), ignoreVary(false), prefixMatch(false) { }
+ QueryParams() : ignoreSearch(false), ignoreMethod(false), ignoreVary(false) { }
bool ignoreSearch;
bool ignoreMethod;
bool ignoreVary;
- bool prefixMatch;
WebString cacheName;
};
« no previous file with comments | « Source/modules/serviceworkers/CacheTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698