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

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

Issue 11555033: Adding local html page used in Instant Extended mode when instant is disabled or unavailable. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix uninitialized variable. Created 8 years 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://resources/js/util.js"></script>
9 <script src="chrome://local-omnibox-popup/local_omnibox_popup.js"></script>
10 <link rel="stylesheet"
11 href="chrome://local-omnibox-popup/local_omnibox_popup.css"></link>
12 </head>
13 <body>
14 <div id="suggestionsBox"></div>
15 </body>
16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698