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

Unified Diff: ash/sysui/sysui_application.h

Issue 2179023004: Make Service own ServiceContext. (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 3443d7177ef2c2c1792493e2db61d0e1b63660ba..a844ba0ae5f1af7daaee745b9b0898d155729a13 100644
--- a/ash/sysui/sysui_application.h
+++ b/ash/sysui/sysui_application.h
@@ -30,9 +30,7 @@ class SysUIApplication
private:
// shell::Service:
- void OnStart(::shell::Connector* connector,
- const ::shell::Identity& identity,
- uint32_t id) override;
+ void OnStart(const ::shell::Identity& identity) override;
bool OnConnect(shell::Connection* connection) override;
// InterfaceFactory<mash::shelf::mojom::ShelfController>:
« 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