Remove the old signature of NotificationManager::closePersistent().
[chromium-blink-merge.git] / chrome / browser / resources / about_flash.html
blobacbeefe0c321d295ae72c1845fabcb360320c342
1 <!doctype html>
2 <html i18n-values="dir:textdirection;lang:language">
3 <head>
4 <meta charset="utf-8">
5 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
6 <style>
7 .key {
8 font-weight: bold;
11 .value {
12 margin-left: 15px;
14 </style>
15 </head>
16 <body>
17 <div id="loading-message" i18n-content="loadingMessage">LOADING_MESSAGE</div>
18 <div id="body-container" style="visibility:hidden">
19 <div id="header"><h1 i18n-content="flashLongTitle">ABOUT_FLASH</h1></div>
21 <div id="flashInfoTemplate">
22 <table cellpadding="2" cellspacing="0" border="0">
23 <tr jsselect="flashInfo">
24 <td><span dir="ltr" jscontent="key" class="key">KEY</span></td>
25 <td><span dir="ltr" jscontent="value" class="value">VALUE</span></td>
26 </tr>
27 </table>
28 </div>
29 </div>
30 <script src="chrome://resources/js/load_time_data.js"></script>
31 <script src="chrome://flash/about_flash.js"></script>
32 <script src="chrome://flash/strings.js"></script>
33 <script src="chrome://resources/js/i18n_template2.js"></script>
34 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
35 <script src="chrome://resources/js/util.js"></script>
36 </body>
37 </html>