| Index: chrome/browser/resources/md_history/app.html
|
| diff --git a/chrome/browser/resources/md_history/app.html b/chrome/browser/resources/md_history/app.html
|
| index 389c807ec6e8a9a8acd35757ed4ba7b384c35dca..cbd24b27c6a7444d96f1fd89771940f0536f4aed 100644
|
| --- a/chrome/browser/resources/md_history/app.html
|
| +++ b/chrome/browser/resources/md_history/app.html
|
| @@ -6,6 +6,7 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-scroll-target-behavior/iron-scroll-target-behavior.html">
|
| <link rel="import" href="chrome://history/history_toolbar.html">
|
| <link rel="import" href="chrome://history/list_container.html">
|
| +<link rel="import" href="chrome://history/query_manager.html">
|
| <link rel="import" href="chrome://history/router.html">
|
| <link rel="import" href="chrome://history/shared_style.html">
|
| <link rel="import" href="chrome://history/side_bar.html">
|
| @@ -70,6 +71,9 @@
|
| opacity: 1;
|
| }
|
| </style>
|
| + <history-query-manager query-state="{{queryState_}}"
|
| + query-result="[[queryResult_]]">
|
| + </history-query-manager>
|
| <history-router selected-page="{{selectedPage_}}"
|
| query-state="{{queryState_}}">
|
| </history-router>
|
|
|