| Index: chrome/browser/resources/md_history/history_item.js
|
| diff --git a/chrome/browser/resources/md_history/history_item.js b/chrome/browser/resources/md_history/history_item.js
|
| index 7cdc1d1283772caade9efeb0a9a8df375a4bf592..27c576f2a82a8fc720c2d6d538e2bc7e9ea8f2b0 100644
|
| --- a/chrome/browser/resources/md_history/history_item.js
|
| +++ b/chrome/browser/resources/md_history/history_item.js
|
| @@ -25,6 +25,10 @@ cr.define('md_history', function() {
|
|
|
| isCardEnd: {type: Boolean, reflectToAttribute: true},
|
|
|
| + // True if the item is being displayed embedded in another element and
|
| + // should not manage its own borders or size.
|
| + embedded: {type: Boolean, reflectToAttribute: true},
|
| +
|
| hasTimeGap: {type: Boolean},
|
|
|
| numberOfItems: {type: Number}
|
|
|