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

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: Created 5 years, 6 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 (c) 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> This is a simple app playing the role of the "bad" app in
10 "AppViewTest.TestKillAppWithInvalidInstanceId" and
11 "AppViewTest.TestKillAppCommunicatingWithWrongAppView". This app will send a
12 message to the test before quitting.
13 </p>
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698