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

Unified Diff: ios/web/webui/web_ui_mojo_inttest.mm

Issue 2182643003: Remove shell::Connection* parameter to InterfaceFactory<T>::Create() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « ios/web/webui/mojo_facade_unittest.mm ('k') | mash/browser/browser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/webui/web_ui_mojo_inttest.mm
diff --git a/ios/web/webui/web_ui_mojo_inttest.mm b/ios/web/webui/web_ui_mojo_inttest.mm
index 742c93716b9d92661c9a490eed200ced622d606a..c0be7633c255c2622b0bfce9e09c9ae0c7440185 100644
--- a/ios/web/webui/web_ui_mojo_inttest.mm
+++ b/ios/web/webui/web_ui_mojo_inttest.mm
@@ -17,6 +17,7 @@
#import "ios/web/web_state/ui/crw_web_controller.h"
#import "ios/web/web_state/web_state_impl.h"
#include "mojo/public/cpp/bindings/binding_set.h"
+#include "services/shell/public/cpp/identity.h"
#include "services/shell/public/cpp/interface_registry.h"
#include "url/gurl.h"
#include "url/scheme_host_port.h"
@@ -68,7 +69,7 @@ class TestUIHandler : public TestUIHandlerMojo,
private:
// shell::InterfaceFactory overrides.
- void Create(shell::Connection* connection,
+ void Create(const shell::Identity& remote_identity,
mojo::InterfaceRequest<TestUIHandlerMojo> request) override {
bindings_.AddBinding(this, std::move(request));
}
« no previous file with comments | « ios/web/webui/mojo_facade_unittest.mm ('k') | mash/browser/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698