Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/clear_data_cache/guest.html

Issue 1056793002: Move clear cache code from chrome/ (ChromeWVGDelegate) to extensions/ (WVGuest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-spbdr
Patch Set: fix test on windows Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698