blob: 79431b35fee4c29e7158a4034d8ac562924148c6 [file] [log] [blame]
<!--
Copyright 2017 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.
This is an internal only page meant for debugging. It is not intended for
general use and is not localized.-->
<!doctype html>
<html lang="en">
<head>
<title>Discards</title>
<meta charset="utf-8">
<link rel="import" href="discards_main.html">
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/icon.js"></script>
<script src="chrome://resources/js/mojo_bindings.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="chrome/browser/ui/webui/discards/discards.mojom.js"></script>
<script src="discards.js"></script>
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
</head>
<body>
<discards-main></discards-main>
</body>
</html>