OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html i18n-values=" | 2 <html i18n-values=" |
3 dir:textdirection; | 3 dir:textdirection; |
4 hasattribution:hasattribution; | 4 hasattribution:hasattribution; |
5 customlogo:customlogo; | 5 customlogo:customlogo; |
6 themegravity:themegravity;" | 6 themegravity:themegravity;" |
7 class="starting-up"> | 7 class="starting-up"> |
8 <head> | 8 <head> |
9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
10 <title i18n-content="title"></title> | 10 <title i18n-content="title"></title> |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 <!-- Bookmarks Top Link --> | 137 <!-- Bookmarks Top Link --> |
138 <div id="bookmarks-top-link-wrapper" hidden> | 138 <div id="bookmarks-top-link-wrapper" hidden> |
139 <a i18n-content="bookmarksManagerLinkTitle"></a> | 139 <a i18n-content="bookmarksManagerLinkTitle"></a> |
140 </div> | 140 </div> |
141 | 141 |
142 <!-- Bookmarks Bottom Link --> | 142 <!-- Bookmarks Bottom Link --> |
143 <div id="bookmarks-bottom-link-wrapper" hidden> | 143 <div id="bookmarks-bottom-link-wrapper" hidden> |
144 <a i18n-content="bookmarksShowAllLinkTitle"></a> | 144 <a i18n-content="bookmarksShowAllLinkTitle"></a> |
145 </div> | 145 </div> |
146 | 146 |
| 147 <!-- Bookmarks Import Data Link --> |
| 148 <div id="bookmarks-import-data-link-template" |
| 149 class="bookmarks-import-data-link-wrapper" hidden> |
| 150 <a href="chrome://settings/importData" |
| 151 i18n-content="importDataLinkTitle"></a> |
| 152 </div> |
| 153 |
147 </html> | 154 </html> |
OLD | NEW |