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

Unified Diff: mash/session/session.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 | « mash/quick_launch/quick_launch_application.cc ('k') | mash/session/session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/session/session.h
diff --git a/mash/session/session.h b/mash/session/session.h
index c8714a0130077367f6ad3e5ee508c2032e2985b5..268aece1c1dd36c9991fbc02aa9b5fc9721fd618 100644
--- a/mash/session/session.h
+++ b/mash/session/session.h
@@ -46,7 +46,7 @@ class Session : public shell::Service,
void UnlockScreen() override;
// shell::InterfaceFactory<mojom::Session>:
- void Create(shell::Connection* connection,
+ void Create(const shell::Identity& remote_identity,
mojom::SessionRequest request) override;
void StartWindowManager();
« no previous file with comments | « mash/quick_launch/quick_launch_application.cc ('k') | mash/session/session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698