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

Unified Diff: ash/mus/root_window_controller.h

Issue 2629523006: chromeos: changes DisconnectedAppHandler to be associated with a single window (Closed)
Patch Set: comment Created 3 years, 11 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
Index: ash/mus/root_window_controller.h
diff --git a/ash/mus/root_window_controller.h b/ash/mus/root_window_controller.h
index cb6299e99d37548a38f332cb7d07d72e5c82e290..74f1d993d7ced765c7a3b59d649784012c75e7ea 100644
--- a/ash/mus/root_window_controller.h
+++ b/ash/mus/root_window_controller.h
@@ -7,7 +7,6 @@
#include <memory>
-#include "ash/mus/disconnected_app_handler.h"
#include "ash/root_window_controller.h"
#include "services/ui/public/interfaces/window_manager_constants.mojom.h"
#include "ui/display/display.h"
@@ -94,8 +93,6 @@ class RootWindowController {
display::Display display_;
- std::unique_ptr<DisconnectedAppHandler> disconnected_app_handler_;
-
DISALLOW_COPY_AND_ASSIGN(RootWindowController);
};

Powered by Google App Engine
This is Rietveld 408576698