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

Unified Diff: services/ui/test_wm/test_wm.cc

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 | « services/ui/service.cc ('k') | services/video_capture/video_capture_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/test_wm/test_wm.cc
diff --git a/services/ui/test_wm/test_wm.cc b/services/ui/test_wm/test_wm.cc
index ec369ba1c09ce908e2d6e65d5a0401fc14f0bc39..e96b564801a011302954918190fff81adcf2ea92 100644
--- a/services/ui/test_wm/test_wm.cc
+++ b/services/ui/test_wm/test_wm.cc
@@ -28,7 +28,7 @@ class TestWM : public service_manager::Service,
private:
// service_manager::Service:
- void OnStart(const service_manager::Identity& identity) override {
+ void OnStart(const service_manager::ServiceInfo& info) override {
window_tree_client_.reset(new ui::WindowTreeClient(this, this));
window_tree_client_->ConnectAsWindowManager(connector());
}
« no previous file with comments | « services/ui/service.cc ('k') | services/video_capture/video_capture_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698