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

Side by Side Diff: chrome/test/data/extensions/platform_apps/app_view/guest_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 unified diff | Download patch
OLDNEW
(Empty)
1 <!--
2 * Copyright 2015 The Chromium Authors. All rights reserved. Use of this
3 * source code is governed by a BSD-style license that can be found in the
4 * LICENSE file.
5 -->
6 <!DOCTYPE html>
7 <html>
8 <body>
9 <p>
10 This is a simple app playing the role of the "intended" guest contents in
11 AppViewTest.KillGuestCommunicatingWithWrongAppView. This guest informs the
12 C++ side when the "onEmbedRequested" happens. Then accepts the embedding
13 after the reply callback is received.
14 </p>
15 </body>
16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698