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

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

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/Cache.cpp ('k') | Source/modules/serviceworkers/CacheTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/CacheQueryOptions.idl
diff --git a/Source/modules/serviceworkers/CacheQueryOptions.idl b/Source/modules/serviceworkers/CacheQueryOptions.idl
index 60ad4ed80042d12d5ee864d9c3b23ad4b0cd14a9..c86709009c4727e03433d939895c44526f39adf6 100644
--- a/Source/modules/serviceworkers/CacheQueryOptions.idl
+++ b/Source/modules/serviceworkers/CacheQueryOptions.idl
@@ -7,6 +7,5 @@ dictionary CacheQueryOptions {
boolean ignoreSearch = false;
boolean ignoreMethod = false;
boolean ignoreVary = false;
- boolean prefixMatch = false;
DOMString cacheName;
};
« no previous file with comments | « Source/modules/serviceworkers/Cache.cpp ('k') | Source/modules/serviceworkers/CacheTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698