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

Unified Diff: ash/sysui/sysui_application.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 | « 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 797a304a60965d969cbeb21721f7071f450252e2..8d6d61c26582486ab6318acc3748427f5993fc4a 100644
--- a/ash/sysui/sysui_application.h
+++ b/ash/sysui/sysui_application.h
@@ -31,7 +31,8 @@ class SysUIApplication
private:
// shell::Service:
void OnStart(const ::shell::Identity& identity) override;
- bool OnConnect(shell::Connection* connection) override;
+ bool OnConnect(const ::shell::Identity& remote_identity,
+ ::shell::InterfaceRegistry* registry) override;
// InterfaceFactory<mash::shelf::mojom::ShelfController>:
void Create(const shell::Identity& remote_identity,
« 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