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

Unified 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: Delete local omnibox popup. 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 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
deleted file mode 100644
index 6821f96e63363685fcf308fd38a159491de6e4cc..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/local_omnibox_popup/local_omnibox_popup.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<!-- Copyright 2012 The Chromium Authors. All rights reserved.
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file.
--->
-<head>
- <script src="chrome-search://local-omnibox-popup/local-omnibox-popup.js"></script>
- <link rel="stylesheet"
- href="chrome-search://local-omnibox-popup/local-omnibox-popup.css"></link>
-</head>
-<body>
- <div id="suggestions-box-container"></div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698