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

Unified Diff: ash/common/wm_shell.h

Issue 2372843002: Add ash devtools client (Closed)
Patch Set: sadrul's feedback and renamed to dom_agent 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
Index: ash/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index 9cf207bed1e45514e483ce44b40a927ae16f0eff..61a5213a486b3f25a04ed45ae23cf5a9e04c702c 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -16,6 +16,7 @@
#include "ash/common/metrics/user_metrics_action.h"
#include "ash/common/wm/lock_state_observer.h"
#include "base/observer_list.h"
+#include "components/ui_devtools/devtools_server.h"
#include "ui/base/ui_base_types.h"
#include "ui/compositor/layer_type.h"
#include "ui/wm/public/window_types.h"
@@ -490,6 +491,7 @@ class ASH_EXPORT WmShell {
std::unique_ptr<WallpaperDelegate> wallpaper_delegate_;
std::unique_ptr<WindowCycleController> window_cycle_controller_;
std::unique_ptr<WindowSelectorController> window_selector_controller_;
+ std::unique_ptr<ui::devtools::UiDevToolsServer> devtools_server_;
base::ObserverList<LockStateObserver> lock_state_observers_;

Powered by Google App Engine
This is Rietveld 408576698