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

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: Used the API in "extensions/bad_message.h" to Kill and Report Bad Guests. 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 (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
Devlin 2015/06/30 19:54:10 It's not a bad app, right?
Devlin 2015/06/30 19:54:10 this is weird html wrapping. Prefer <p> Stuff <
EhsanK 2015/07/02 19:15:13 Done.
EhsanK 2015/07/02 19:15:13 No. I changed the description. Done.
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