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

Unified Diff: ash/sysui/sysui_application.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 | « ash/mus/window_manager_application.cc ('k') | ash/sysui/sysui_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/sysui_application.h
diff --git a/ash/sysui/sysui_application.h b/ash/sysui/sysui_application.h
index 96ee7e7046103622952dd925579920715a813e0a..3443d7177ef2c2c1792493e2db61d0e1b63660ba 100644
--- a/ash/sysui/sysui_application.h
+++ b/ash/sysui/sysui_application.h
@@ -36,11 +36,11 @@ class SysUIApplication
bool OnConnect(shell::Connection* connection) override;
// InterfaceFactory<mash::shelf::mojom::ShelfController>:
- void Create(shell::Connection* connection,
+ void Create(const shell::Identity& remote_identity,
mash::shelf::mojom::ShelfControllerRequest request) override;
// InterfaceFactory<mojom::WallpaperController>:
- void Create(shell::Connection* connection,
+ void Create(const shell::Identity& remote_identity,
mojom::WallpaperControllerRequest request) override;
mojo::TracingImpl tracing_;
« no previous file with comments | « ash/mus/window_manager_application.cc ('k') | ash/sysui/sysui_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698