Chromium Code Reviews| Index: chrome/browser/resources/md_history/history_item.html |
| diff --git a/chrome/browser/resources/md_history/history_item.html b/chrome/browser/resources/md_history/history_item.html |
| index 13408fa0225fca31c7806823bb1cd58bc4986c37..53b5a1260c5ba8c886205215b20951e23713f443 100644 |
| --- a/chrome/browser/resources/md_history/history_item.html |
| +++ b/chrome/browser/resources/md_history/history_item.html |
| @@ -82,7 +82,7 @@ |
| </style> |
| <div id="main-container"> |
| <paper-checkbox id="checkbox" on-tap="checkboxSelected" |
| - checked="{{selected}}"> |
| + checked="{{selected}}" disabled="{{selectionAllowed_()}}"> |
|
tsergeant
2016/01/25 01:43:14
I'm not convinced about this pattern...but I don't
hsampson
2016/01/25 04:15:42
Acknowledged.
|
| </paper-checkbox> |
| <span id="time">{{timeAccessed}}</span> |
| <div id="website-icon"></div> |