Chromium Code Reviews| Index: third_party/WebKit/Source/modules/serviceworkers/NavigationPreloadOptions.idl |
| diff --git a/chrome/test/data/extensions/api_test/notifications/api/other_app/index.js b/third_party/WebKit/Source/modules/serviceworkers/NavigationPreloadOptions.idl |
| similarity index 73% |
| copy from chrome/test/data/extensions/api_test/notifications/api/other_app/index.js |
| copy to third_party/WebKit/Source/modules/serviceworkers/NavigationPreloadOptions.idl |
| index a0762c7c8098f7151687cd17c7786bb3c68f3d8e..18b3663c8c988037e804f915da583109040b5364 100644 |
| --- a/chrome/test/data/extensions/api_test/notifications/api/other_app/index.js |
| +++ b/third_party/WebKit/Source/modules/serviceworkers/NavigationPreloadOptions.idl |
| @@ -2,6 +2,6 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -onload = function() { |
| - chrome.test.sendMessage('visible'); |
| +dictionary NavigationPreloadOptions { |
| + ByteString value; |
|
horo
2016/10/03 14:05:15
Add a link to the spec discussion (https://github.
|
| }; |