| Index: chrome/test/data/extensions/platform_apps/web_view/clear_data_cache/guest.html
|
| diff --git a/chrome/test/data/extensions/api_test/networking_config/full_test.html b/chrome/test/data/extensions/platform_apps/web_view/clear_data_cache/guest.html
|
| similarity index 72%
|
| copy from chrome/test/data/extensions/api_test/networking_config/full_test.html
|
| copy to chrome/test/data/extensions/platform_apps/web_view/clear_data_cache/guest.html
|
| index 4fa7fabe84ef323929f6a40d9538294e34dfc57f..74e3cff17e812aa7e6f56cd201d0901c906f8189 100644
|
| --- a/chrome/test/data/extensions/api_test/networking_config/full_test.html
|
| +++ b/chrome/test/data/extensions/platform_apps/web_view/clear_data_cache/guest.html
|
| @@ -3,5 +3,8 @@
|
| * source code is governed by a BSD-style license that can be found in the
|
| * LICENSE file.
|
| -->
|
| -<script src="full_test.js"></script>
|
| -
|
| +<html>
|
| +<body>
|
| + <script src="guest.js"></script>
|
| +</body>
|
| +</html>
|
|
|