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

Unified Diff: chrome/browser/ui/webui/local_omnibox_popup/local_omnibox_popup_handler.cc

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/ui/webui/local_omnibox_popup/local_omnibox_popup_handler.cc
diff --git a/chrome/browser/ui/webui/local_omnibox_popup/local_omnibox_popup_handler.cc b/chrome/browser/ui/webui/local_omnibox_popup/local_omnibox_popup_handler.cc
new file mode 100644
index 0000000000000000000000000000000000000000..49d2921acd995e4329efeb7b628175b66d9b7055
--- /dev/null
+++ b/chrome/browser/ui/webui/local_omnibox_popup/local_omnibox_popup_handler.cc
@@ -0,0 +1,16 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
dhollowa 2012/12/13 01:20:15 nit: no (c)
Shishir 2012/12/13 22:57:58 Done.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "chrome/browser/ui/webui/local_omnibox_popup/local_omnibox_popup_handler.h"
+
+#include "chrome/browser/profiles/profile.h"
+
+LocalOmniboxPopupHandler::LocalOmniboxPopupHandler(Profile* profile) {
+}
+
+LocalOmniboxPopupHandler::~LocalOmniboxPopupHandler() {
+}
+
+void LocalOmniboxPopupHandler::RegisterMessages() {
+}

Powered by Google App Engine
This is Rietveld 408576698