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

Unified Diff: services/ui/service.h

Issue 2503923003: Demonstrate external-window-mode in mus-demo (Closed)
Patch Set: Wrap comment Created 4 years, 1 month 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
Index: services/ui/service.h
diff --git a/services/ui/service.h b/services/ui/service.h
index 6b1a18a052018d71a699662e5def395dba16ec81..2e88c3649b0fc97a738a6fc8b266994d18656d01 100644
--- a/services/ui/service.h
+++ b/services/ui/service.h
@@ -105,7 +105,7 @@ class Service
service_manager::InterfaceRegistry* registry) override;
// WindowServerDelegate:
- void StartDisplayInit() override;
+ void StartDisplayInit(bool window_manager_connected) override;
void OnFirstDisplayReady() override;
void OnNoMoreDisplays() override;
bool IsTestConfig() const override;

Powered by Google App Engine
This is Rietveld 408576698