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

Unified Diff: components/arc/arc_service_manager.h

Issue 2168533002: Remove window_manager.mojom. (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 | « components/arc/arc_bridge_service_impl.cc ('k') | components/arc/arc_service_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/arc_service_manager.h
diff --git a/components/arc/arc_service_manager.h b/components/arc/arc_service_manager.h
index ac2f4a552aa7b901fe54517868f44887a62bb1ef..256a1992eb906e9eeac10793e6c46e492ab53e8b 100644
--- a/components/arc/arc_service_manager.h
+++ b/components/arc/arc_service_manager.h
@@ -46,9 +46,6 @@ class ArcServiceManager {
const AccountId& account_id,
std::unique_ptr<BooleanPrefMember> arc_enabled_pref);
- // Called once the windowing system (ash) has been started.
- void OnAshStarted();
-
// Called to shut down all ARC services.
void Shutdown();
@@ -78,10 +75,6 @@ class ArcServiceManager {
scoped_refptr<ActivityIconLoader> icon_loader_;
scoped_refptr<LocalActivityResolver> activity_resolver_;
- // True once the window manager service got added, barring adding any more
- // of those since OnAshStarted() might be called multiple times.
- bool on_ash_started_called_ = false;
-
DISALLOW_COPY_AND_ASSIGN(ArcServiceManager);
};
« no previous file with comments | « components/arc/arc_bridge_service_impl.cc ('k') | components/arc/arc_service_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698