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

Unified Diff: chrome/browser/ui/webui/omnibox/omnibox_ui.h

Issue 1430313003: Change MojoWebUIController to use mojo::StrongBindingSet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-geolocation-untangle
Patch Set: Created 5 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
« no previous file with comments | « chrome/browser/ui/webui/mojo_web_ui_handler.h ('k') | chrome/browser/ui/webui/omnibox/omnibox_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/omnibox/omnibox_ui.h
diff --git a/chrome/browser/ui/webui/omnibox/omnibox_ui.h b/chrome/browser/ui/webui/omnibox/omnibox_ui.h
index d1bfb9c5387c293f11e68863588001f8bb6e864f..25cd2b7300aa7a33df0cef154f129639fa95d92c 100644
--- a/chrome/browser/ui/webui/omnibox/omnibox_ui.h
+++ b/chrome/browser/ui/webui/omnibox/omnibox_ui.h
@@ -8,18 +8,16 @@
#include "base/basictypes.h"
#include "chrome/browser/ui/webui/mojo_web_ui_controller.h"
#include "chrome/browser/ui/webui/omnibox/omnibox.mojom.h"
+#include "chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h"
// The UI for chrome://omnibox/
-class OmniboxUI : public MojoWebUIController<OmniboxUIHandlerMojo> {
+class OmniboxUI
+ : public MojoWebUIController<OmniboxUIHandler> {
public:
explicit OmniboxUI(content::WebUI* contents);
~OmniboxUI() override;
private:
- // MojoWebUIController overrides:
- void BindUIHandler(
- mojo::InterfaceRequest<OmniboxUIHandlerMojo> request) override;
-
DISALLOW_COPY_AND_ASSIGN(OmniboxUI);
};
« no previous file with comments | « chrome/browser/ui/webui/mojo_web_ui_handler.h ('k') | chrome/browser/ui/webui/omnibox/omnibox_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698