| 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..4015ecfb5f7da2133b9d3d818c5d70c3fc3a9b5b 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;
|
| + boolean useCache = false;
|
| };
|
|
|