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

Unified Diff: mash/screenlock/screenlock.h

Issue 2435153004: Change Service contract to pass ServiceInfo instead of Identity (Closed)
Patch Set: . Created 4 years, 2 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.cc ('k') | mash/screenlock/screenlock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/screenlock/screenlock.h
diff --git a/mash/screenlock/screenlock.h b/mash/screenlock/screenlock.h
index 1537c0ca4d7662edb4ba67d657cc3055552ac769..d442d9fca0f8ed1c1e1bd71710d189593295c725 100644
--- a/mash/screenlock/screenlock.h
+++ b/mash/screenlock/screenlock.h
@@ -30,7 +30,7 @@ class Screenlock : public service_manager::Service,
private:
// service_manager::Service:
- void OnStart(const service_manager::Identity& identity) override;
+ void OnStart(const service_manager::ServiceInfo& info) override;
// session::mojom::ScreenlockStateListener:
void ScreenlockStateChanged(bool locked) override;
« no previous file with comments | « mash/quick_launch/quick_launch.cc ('k') | mash/screenlock/screenlock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698