[Cronet] Delay StartNetLog and StopNetLog until native request context is initialized
[chromium-blink-merge.git] / chrome / test / data / extensions / platform_apps / web_view / noprerenderer / guest.html
blobf74b121df91655b99cc84506a22c0615672a71e9
1 <!doctype html>
2 <!--
3 * Copyright (c) 2013 The Chromium Authors. All rights reserved. Use of this
4 * source code is governed by a BSD-style license that can be found in the
5 * LICENSE file.
6 -->
7 <html>
8 <head>
9 <title>Guest1</title>
10 </head>
11 <body style="padding: 0; margin: 0;">
12 <link rel="prerender" href="guest_prerender.html" />
13 </body>
14 </html>