OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <!-- Copyright 2012 The Chromium Authors. All rights reserved. | 3 <!-- Copyright 2012 The Chromium Authors. All rights reserved. |
4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
5 found in the LICENSE file. | 5 found in the LICENSE file. |
6 --> | 6 --> |
7 <head> | 7 <head> |
8 <script src="chrome-search://local-omnibox-popup/local-omnibox-popup.js"></scr
ipt> | 8 <script src="chrome-search://local-omnibox-popup/local-omnibox-popup.js"></scr
ipt> |
9 <link rel="stylesheet" | 9 <link rel="stylesheet" |
10 href="chrome-search://local-omnibox-popup/local-omnibox-popup.css"></link> | 10 href="chrome-search://local-omnibox-popup/local-omnibox-popup.css"></link> |
11 </head> | 11 </head> |
12 <body> | 12 <body> |
13 <div id="suggestions-box-container"></div> | 13 <iframe src="chrome-search://suggestion/loader.html" id="suggestion-loader" |
| 14 hidden></iframe> |
| 15 <div class="active-container"></div> |
| 16 <div class="pending-container"></div> |
14 </body> | 17 </body> |
15 </html> | 18 </html> |
OLD | NEW |