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

Unified Diff: services/ui/service.h

Issue 2904993003: chromeos: changes how DisplayManagerObservers are notified (Closed)
Patch Set: cleanup Created 3 years, 7 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/public/interfaces/window_manager.mojom ('k') | services/ui/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/service.h
diff --git a/services/ui/service.h b/services/ui/service.h
index 6bf24632ee0c4e96e481610de70ef8c8b77343ec..6dd7d2f33843c89ff173a4d062f688b3e925ff95 100644
--- a/services/ui/service.h
+++ b/services/ui/service.h
@@ -66,20 +66,6 @@ class Service : public service_manager::Service,
~Service() override;
private:
- // How the ScreenManager is configured.
- enum ScreenManagerConfig {
- // Initial state.
- UNKNOWN,
-
- // ScreenManager runs locally.
- INTERNAL,
-
- // Used when the window manager supplies a value of false for
- // |automatically_create_display_roots|. In this config the ScreenManager
- // is configured to forward calls.
- FORWARDING,
- };
-
// Holds InterfaceRequests received before the first WindowTreeHost Display
// has been established.
struct PendingRequest;
@@ -192,7 +178,6 @@ class Service : public service_manager::Service,
// Set to true in StartDisplayInit().
bool is_gpu_ready_ = false;
- ScreenManagerConfig screen_manager_config_ = ScreenManagerConfig::UNKNOWN;
DISALLOW_COPY_AND_ASSIGN(Service);
};
« no previous file with comments | « services/ui/public/interfaces/window_manager.mojom ('k') | services/ui/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698