Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Side by Side Diff: chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.html

Issue 13905008: Merge local_omnibox_popup into local_ntp. Render the Google logo and fakebox if Google is the sear… (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Fix suggestion truncation. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
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
5 found in the LICENSE file.
6 -->
7 <head>
8 <script src="chrome-search://local-omnibox-popup/local-omnibox-popup.js"></scr ipt>
9 <link rel="stylesheet"
10 href="chrome-search://local-omnibox-popup/local-omnibox-popup.css"></link>
11 </head>
12 <body>
13 <div id="suggestions-box-container"></div>
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698