| Index: chrome/browser/resources/md_downloads/downloads.html
|
| diff --git a/chrome/browser/resources/md_downloads/downloads.html b/chrome/browser/resources/md_downloads/downloads.html
|
| index 6303ef66b6341d8f04d1b4c76c2dcb4ad5f70b61..073fd300965b97eefb119efb074a1dcedc517482 100644
|
| --- a/chrome/browser/resources/md_downloads/downloads.html
|
| +++ b/chrome/browser/resources/md_downloads/downloads.html
|
| @@ -22,7 +22,6 @@
|
| </style>
|
| </head>
|
| <body>
|
| - <b style="position: fixed; visibility: hidden; top: -9em">hack</b>
|
| <downloads-manager></downloads-manager>
|
| <if expr="is_macosx">
|
| <command id="clear-all-command" shortcut="Alt|c Alt|รง">
|
| @@ -34,6 +33,7 @@
|
| <command id="undo-command" shortcut="Ctrl|z">
|
| <command id="find-command" shortcut="Ctrl|f">
|
| </if>
|
| + <link rel="import" href="chrome://resources/html/cr.html">
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| <link rel="import" href="chrome://downloads/i18n_setup.html">
|
| <link rel="import" href="chrome://downloads/manager.html">
|
|
|