Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
|
dhollowa
2012/12/13 01:20:15
nit: copyright
Shishir
2012/12/13 22:57:58
Done.
| |
| 2 <html> | |
| 3 <head> | |
| 4 <script src='chrome://resources/js/util.js'></script> | |
|
samarth
2012/12/13 00:58:21
nit: please fix up indentation in this file.
Shishir
2012/12/13 22:57:58
Done.
| |
| 5 <script src='chrome://local-omnibox-popup/local_omnibox_popup.js'></script> | |
| 6 <link rel='stylesheet' | |
| 7 href='chrome://local-omnibox-popup/local_omnibox_popup.css'></link> | |
| 8 </head> | |
| 9 <body> | |
| 10 <div id='suggestionsBox'> | |
|
Evan Stade
2012/12/13 02:20:54
indent, or vertical whitespace, or something to ma
Shishir
2012/12/13 22:57:58
Done.
| |
| 11 </div> | |
| 12 </body> | |
| 13 </html> | |
| OLD | NEW |