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

Unified 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: 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.html
diff --git a/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.html b/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.html
new file mode 100644
index 0000000000000000000000000000000000000000..86a9101710288c8dc085b991b04288bb0e9b2b29
--- /dev/null
+++ b/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
dhollowa 2012/12/13 01:20:15 nit: copyright
Shishir 2012/12/13 22:57:58 Done.
+<html>
+ <head>
+<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.
+<script src='chrome://local-omnibox-popup/local_omnibox_popup.js'></script>
+<link rel='stylesheet'
+ href='chrome://local-omnibox-popup/local_omnibox_popup.css'></link>
+</head>
+<body>
+<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.
+</div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698