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

Unified Diff: ash/wm_window.h

Issue 2908333003: [mus+ash] Removes WmWindow from ash (app_list, frame, metrics, session, system, wallpaper) (Closed)
Patch Set: [mus ash] Removes WmWindow from ash (rebase, nits and cleanup of use of ResizeHandleWindowTargeter) 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 | « ash/wm/window_util.cc ('k') | ash/wm_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm_window.h
diff --git a/ash/wm_window.h b/ash/wm_window.h
index 6aefd96a6e422bb61630deddefcee83e4f875a29..9290ee14fc68faa70872d7af18f9cfe6e0c7608c 100644
--- a/ash/wm_window.h
+++ b/ash/wm_window.h
@@ -36,7 +36,6 @@ class Layer;
namespace ash {
-class ImmersiveFullscreenController;
class RootWindowController;
class WmTransientWindowObserver;
enum class WmWindowProperty;
@@ -260,11 +259,6 @@ class ASH_EXPORT WmWindow : public ::wm::TransientWindowObserver {
std::vector<WmWindow*> GetChildren();
- // Installs a resize handler on the window that makes it easier to resize
- // the window. See ResizeHandleWindowTargeter for the specifics.
- void InstallResizeHandleWindowTargeter(
- ImmersiveFullscreenController* immersive_fullscreen_controller);
-
// See description in SetBoundsInScreen().
void SetBoundsInScreenBehaviorForChildren(BoundsInScreenBehavior behavior);
« no previous file with comments | « ash/wm/window_util.cc ('k') | ash/wm_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698