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

Unified Diff: chrome/test/data/extensions/platform_apps/app_view/host_app/window.html

Issue 1181893003: Kill bad apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed Check for Termination Status (Windows Problems) Created 5 years, 5 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/app_view/host_app/window.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view/clear_data_cache/embedder.html b/chrome/test/data/extensions/platform_apps/app_view/host_app/window.html
similarity index 59%
copy from chrome/test/data/extensions/platform_apps/web_view/clear_data_cache/embedder.html
copy to chrome/test/data/extensions/platform_apps/app_view/host_app/window.html
index f66916634ed88d375315647e1743a0701f03702d..94ad1d3e038ee760523ee12bbcba8f476aaac5b8 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/clear_data_cache/embedder.html
+++ b/chrome/test/data/extensions/platform_apps/app_view/host_app/window.html
@@ -3,9 +3,11 @@
* source code is governed by a BSD-style license that can be found in the
* LICENSE file.
-->
+<!DOCTYPE html>
<html>
<body>
- <div id="webview-tag-container"></div>
- <script src="embedder.js"></script>
+ <p> The Host App for AppViewTest.KillGuest* tests. </p>
+ <div id="embedder"></div>
+ <script src="window.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698