| Index: chrome/test/data/extensions/api_test/webrequest/unload/load_frame.html
|
| diff --git a/chrome/test/data/extensions/api_test/browser_action/color/update4.html b/chrome/test/data/extensions/api_test/webrequest/unload/load_frame.html
|
| similarity index 76%
|
| copy from chrome/test/data/extensions/api_test/browser_action/color/update4.html
|
| copy to chrome/test/data/extensions/api_test/webrequest/unload/load_frame.html
|
| index 5ff3511c6c3e197bf2d35a2c5f197929dc3dc37b..c08a81f3c45ff1ceebe9b2e84ee3213e5c37d20c 100644
|
| --- a/chrome/test/data/extensions/api_test/browser_action/color/update4.html
|
| +++ b/chrome/test/data/extensions/api_test/webrequest/unload/load_frame.html
|
| @@ -3,5 +3,6 @@
|
| * 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="load_frame.js"></script>
|
| +</body>
|
|
|