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

Unified Diff: mash/browser/browser.h

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/web_ui_mojo_inttest.mm ('k') | mash/browser/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/browser/browser.h
diff --git a/mash/browser/browser.h b/mash/browser/browser.h
index 9e097849cdb7948978484c33f71f86e38a449154..7a4271b6adbfabd7daba0d6920ae053d9708ae2d 100644
--- a/mash/browser/browser.h
+++ b/mash/browser/browser.h
@@ -52,7 +52,7 @@ class Browser : public shell::Service,
void Launch(uint32_t what, mojom::LaunchMode how) override;
// shell::InterfaceFactory<mojom::Launchable>:
- void Create(shell::Connection* connection,
+ void Create(const shell::Identity& remote_identity,
mojom::LaunchableRequest request) override;
shell::Connector* connector_ = nullptr;
« no previous file with comments | « ios/web/webui/web_ui_mojo_inttest.mm ('k') | mash/browser/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698