Chromium Code Reviews| Index: third_party/WebKit/Source/modules/serviceworkers/RegistrationOptions.idl |
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/RegistrationOptions.idl b/third_party/WebKit/Source/modules/serviceworkers/RegistrationOptions.idl |
| index 291737eea2c668ee788c461b8e5d347c0fb615b5..b8cad4dda2130863ac214e01e5e2092727a54d78 100644 |
| --- a/third_party/WebKit/Source/modules/serviceworkers/RegistrationOptions.idl |
| +++ b/third_party/WebKit/Source/modules/serviceworkers/RegistrationOptions.idl |
| @@ -5,4 +5,5 @@ |
| // https://w3c.github.io/ServiceWorker/#registration-option-list-dictionary |
| dictionary RegistrationOptions { |
| USVString scope; |
| + ServiceWorkerUpdateViaCache updateViaCache = "imports"; |
| }; |