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

Unified Diff: ash/common/wm/workspace/workspace_layout_manager_backdrop_delegate.h

Issue 2792773002: Fullscreen backdrop window for maximize mode (Closed)
Patch Set: updated the test Created 3 years, 9 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/workspace/workspace_layout_manager_backdrop_delegate.h
diff --git a/ash/common/wm/workspace/workspace_layout_manager_backdrop_delegate.h b/ash/common/wm/workspace/workspace_layout_manager_backdrop_delegate.h
index ec4fe686d75c92abbea007c5e26d72f59b981fe8..1e17b4164c61a912b198b86cbcabff12fdf14598 100644
--- a/ash/common/wm/workspace/workspace_layout_manager_backdrop_delegate.h
+++ b/ash/common/wm/workspace/workspace_layout_manager_backdrop_delegate.h
@@ -38,9 +38,6 @@ class ASH_EXPORT WorkspaceLayoutManagerBackdropDelegate {
// A window state type has changed.
virtual void OnPostWindowStateTypeChange(wm::WindowState* window_state,
wm::WindowStateType old_type) = 0;
-
- // The work area insets have changed, altering the total available space.
- virtual void OnDisplayWorkAreaInsetsChanged() = 0;
};
} // namespace ash
« no previous file with comments | « ash/common/wm/workspace/workspace_layout_manager.cc ('k') | ash/common/wm/workspace/workspace_layout_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698