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

Unified Diff: ios/chrome/browser/ui/webui/mojo_web_ui_ios_controller.h

Issue 2215133002: Change signature of OnConnect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: . Created 4 years, 4 months 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 | « content/shell/browser/shell_mojo_test_utils_android.cc ('k') | ios/web/web_state/web_state_impl.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/webui/mojo_web_ui_ios_controller.h
diff --git a/ios/chrome/browser/ui/webui/mojo_web_ui_ios_controller.h b/ios/chrome/browser/ui/webui/mojo_web_ui_ios_controller.h
index c04ebb0d470319289fce7143786a9a4b99306e41..c5e87e53e59b189aaac7ae8e1eab5045b84bedf0 100644
--- a/ios/chrome/browser/ui/webui/mojo_web_ui_ios_controller.h
+++ b/ios/chrome/browser/ui/webui/mojo_web_ui_ios_controller.h
@@ -34,7 +34,7 @@ class MojoWebUIIOSController : public web::WebUIIOSController,
private:
// shell::InterfaceFactory overrides:
- void Create(shell::Connection*,
+ void Create(const shell::Identity& remote_identity,
mojo::InterfaceRequest<Interface> request) override {
BindUIHandler(std::move(request));
}
« no previous file with comments | « content/shell/browser/shell_mojo_test_utils_android.cc ('k') | ios/web/web_state/web_state_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698