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

Unified Diff: chrome/browser/ui/webui/mojo_web_ui_controller.cc

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_controller.h ('k') | chrome/browser/ui/webui/mojo_web_ui_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/mojo_web_ui_controller.cc
diff --git a/chrome/browser/ui/webui/mojo_web_ui_controller.cc b/chrome/browser/ui/webui/mojo_web_ui_controller.cc
index bccc2912c5734ce206c3bf6a5341238054c90ed9..cd9914cc975c1134adb37b1603137faa58a280e0 100644
--- a/chrome/browser/ui/webui/mojo_web_ui_controller.cc
+++ b/chrome/browser/ui/webui/mojo_web_ui_controller.cc
@@ -4,16 +4,11 @@
#include "chrome/browser/ui/webui/mojo_web_ui_controller.h"
-#include "chrome/browser/profiles/profile.h"
-#include "chrome/browser/ui/webui/mojo_web_ui_handler.h"
#include "content/public/browser/render_process_host.h"
-#include "content/public/browser/web_ui_data_source.h"
#include "content/public/common/bindings_policy.h"
-#include "mojo/public/cpp/system/core.h"
MojoWebUIControllerBase::MojoWebUIControllerBase(content::WebUI* contents)
- : WebUIController(contents), mojo_data_source_(NULL) {
-}
+ : WebUIController(contents) {}
MojoWebUIControllerBase::~MojoWebUIControllerBase() {
}
« no previous file with comments | « chrome/browser/ui/webui/mojo_web_ui_controller.h ('k') | chrome/browser/ui/webui/mojo_web_ui_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698