| <!-- Copyright 2020 The Chromium Authors. All rights reserved. |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. --> |
| <!DOCTYPE html> |
| <meta charset="utf-8"> |
| <title>Telemetry Extension</title> |
| <iframe src="chrome-untrusted://telemetry-extension/untrusted.html" |
| style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;"></iframe> |
| |
| <!-- Below mojo script required to run browser tests --> |
| <script src="chrome://resources/mojo/mojo/public/js/mojo_bindings_lite.js"></script> |
| |
| <script src="probe_service.mojom-lite.js"></script> |
| <script src="trusted.js"></script> |