| Index: chrome/browser/resources/aura/app_list/app_list.html
|
| diff --git a/chrome/browser/resources/aura/app_list/app_list.html b/chrome/browser/resources/aura/app_list/app_list.html
|
| index e1d437f20a27845ee552cc4b894faf2ccc612e01..f642fe08089a9cf149e6e31dcda7c818586f85e3 100644
|
| --- a/chrome/browser/resources/aura/app_list/app_list.html
|
| +++ b/chrome/browser/resources/aura/app_list/app_list.html
|
| @@ -33,30 +33,19 @@
|
| </head>
|
|
|
| <body>
|
| - <div id="launcher-search-container">
|
| - <input id="launcher-search" type="text"
|
| - i18n-values="placeholder:search-box-hint">
|
| - </div>
|
| -
|
| - <div id="card-slider-frame">
|
| - <div id="page-list"></div>
|
| - </div>
|
| -
|
| -</body>
|
| -
|
| -<!-- Invisible yet maybe needed in the future elements -->
|
| -<div id="invisible" hidden>
|
| - <div id="footer">
|
| - <div id="footer-border"></div>
|
| - <div id="footer-content">
|
| - <ul id="dot-list">
|
| - </ul>
|
| - <div id="trash">
|
| - <span i18n-content="appuninstall"></span>
|
| + <div id="container">
|
| + <div id="card-slider-frame">
|
| + <div id="page-list"></div>
|
| + </div>
|
| + <div id="footer">
|
| + <div id="footer-border"></div>
|
| + <div id="footer-content">
|
| + <ul id="dot-list">
|
| + </ul>
|
| </div>
|
| </div>
|
| </div>
|
| -</div>
|
| +</body>
|
|
|
| <!-- Apps promo. -->
|
| <div id="apps-promo-extras-template" class="apps-promo-extras" hidden>
|
|
|