| Index: chrome/test/data/extensions/api_test/webrequest/test_unload.html
|
| diff --git a/chrome/test/data/extensions/api_test/browser_action/color/update4.html b/chrome/test/data/extensions/api_test/webrequest/test_unload.html
|
| similarity index 65%
|
| copy from chrome/test/data/extensions/api_test/browser_action/color/update4.html
|
| copy to chrome/test/data/extensions/api_test/webrequest/test_unload.html
|
| index 5ff3511c6c3e197bf2d35a2c5f197929dc3dc37b..0d56e94f073332d190a95e1f906c66a4de587916 100644
|
| --- a/chrome/test/data/extensions/api_test/browser_action/color/update4.html
|
| +++ b/chrome/test/data/extensions/api_test/webrequest/test_unload.html
|
| @@ -3,5 +3,7 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| -->
|
| -
|
| -<script src="update4.js"></script>
|
| +<body>
|
| +<script src="framework.js"></script>
|
| +<script src="test_unload.js"></script>
|
| +</body>
|
|
|