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

Unified Diff: ash/wm/common/wm_globals.h

Issue 1913473002: Makes WorkspaceWindowResizer use ash/wm/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@root_controller_observer
Patch Set: fix exo again Created 4 years, 8 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 | « ash/wm/aura/wm_window_aura.cc ('k') | ash/wm/common/wm_window_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/wm_globals.h
diff --git a/ash/wm/common/wm_globals.h b/ash/wm/common/wm_globals.h
index a80c1e9704f61e111632693bd79810a5690ef6a4..eded8d75cc9ffe6c331798ad92664fba8ce0d3ce 100644
--- a/ash/wm/common/wm_globals.h
+++ b/ash/wm/common/wm_globals.h
@@ -16,6 +16,9 @@ class Rect;
}
namespace ash {
+
+class UserMetricsRecorder;
+
namespace wm {
class WmActivationObserver;
@@ -55,6 +58,8 @@ class ASH_EXPORT WmGlobals {
virtual std::vector<WmWindow*> GetAllRootWindows() = 0;
+ virtual UserMetricsRecorder* GetUserMetricsRecorder() = 0;
+
virtual void AddActivationObserver(WmActivationObserver* observer) = 0;
virtual void RemoveActivationObserver(WmActivationObserver* observer) = 0;
};
« no previous file with comments | « ash/wm/aura/wm_window_aura.cc ('k') | ash/wm/common/wm_window_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698