Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // 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.
| |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 #include "chrome/browser/ui/webui/local_omnibox_popup/local_omnibox_popup_handle r.h" | |
| 6 | |
| 7 #include "chrome/browser/profiles/profile.h" | |
| 8 | |
| 9 LocalOmniboxPopupHandler::LocalOmniboxPopupHandler(Profile* profile) { | |
| 10 } | |
| 11 | |
| 12 LocalOmniboxPopupHandler::~LocalOmniboxPopupHandler() { | |
| 13 } | |
| 14 | |
| 15 void LocalOmniboxPopupHandler::RegisterMessages() { | |
| 16 } | |
| OLD | NEW |