| Index: chrome/browser/resources/md_history/constants.js
|
| diff --git a/chrome/browser/resources/md_history/constants.js b/chrome/browser/resources/md_history/constants.js
|
| index 8c4796edbf45fb6b465bac2dfd4184e442801a70..99ff543f9758f7a7496aadfa89dca1fcf44a56b8 100644
|
| --- a/chrome/browser/resources/md_history/constants.js
|
| +++ b/chrome/browser/resources/md_history/constants.js
|
| @@ -45,3 +45,9 @@ var QueryState;
|
| * sessionList: ?Array<!ForeignSession>}}
|
| */
|
| var QueryResult;
|
| +
|
| +/** @constructor
|
| + * @extends {CustomEvent} */
|
| +var TapEvent = function() {
|
| + this.model = null;
|
| +};
|
|
|