Chromium Code Reviews| 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..b7d22f1ed758d3957c74b56340ea756574627c0e |
| --- /dev/null |
| +++ b/chrome/browser/ui/webui/local_omnibox_popup/local_omnibox_popup_handler.cc |
| @@ -0,0 +1,16 @@ |
| +// 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. |
| + |
| +#include "chrome/browser/ui/webui/local_omnibox_popup/local_omnibox_popup_handler.h" |
| + |
| +#include "chrome/browser/profiles/profile.h" |
|
Evan Stade
2012/12/14 01:09:25
can you hold off on adding this class till it actu
Shishir
2012/12/14 03:46:52
Done.
|
| + |
| +LocalOmniboxPopupHandler::LocalOmniboxPopupHandler(Profile* profile) { |
| +} |
| + |
| +LocalOmniboxPopupHandler::~LocalOmniboxPopupHandler() { |
| +} |
| + |
| +void LocalOmniboxPopupHandler::RegisterMessages() { |
| +} |