| Index: chrome/browser/resources/md_history/history_list.html
|
| diff --git a/chrome/browser/resources/md_history/history_list.html b/chrome/browser/resources/md_history/history_list.html
|
| index 199373af559c5c1a9c9ee85421d9b3043172b385..79887af452640b9094387415670a99dbbcaa249c 100644
|
| --- a/chrome/browser/resources/md_history/history_list.html
|
| +++ b/chrome/browser/resources/md_history/history_list.html
|
| @@ -1,8 +1,6 @@
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-list/iron-list.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-scroll-threshold/iron-scroll-threshold.html">
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/paper-item/paper-item.html">
|
| -<link rel="import" href="chrome://resources/cr_elements/cr_shared_menu/cr_shared_menu.html">
|
| <link rel="import" href="chrome://history/browser_service.html">
|
| <link rel="import" href="chrome://history/constants.html">
|
| <link rel="import" href="chrome://history/history_item.html">
|
| @@ -19,17 +17,6 @@
|
| height: 100%;
|
| }
|
|
|
| - paper-item {
|
| - -webkit-user-select: none;
|
| - cursor: pointer;
|
| - font: inherit;
|
| - white-space: nowrap;
|
| - }
|
| -
|
| - paper-item:hover {
|
| - background: #eaeaea;
|
| - }
|
| -
|
| history-item {
|
| --history-item-padding-side: var(--card-padding-side);
|
| }
|
| @@ -56,14 +43,6 @@
|
| <iron-scroll-threshold id="scroll-threshold" scroll-target="infinite-list"
|
| lower-threshold="500" on-lower-threshold="loadMoreData_">
|
| </iron-scroll-threshold>
|
| - <cr-shared-menu id="sharedMenu">
|
| - <paper-item id="menuMoreButton" on-tap="onMoreFromSiteTap_">
|
| - $i18n{moreFromSite}
|
| - </paper-item>
|
| - <paper-item id="menuRemoveButton" on-tap="onRemoveFromHistoryTap_">
|
| - $i18n{removeFromHistory}
|
| - </paper-item>
|
| - </cr-shared-menu>
|
| </template>
|
| <script src="chrome://history/history_list.js"></script>
|
| </dom-module>
|
|
|