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

Unified Diff: ash/wm/stacking_controller.h

Issue 1954523002: Refactors StackingController::GetDefaultParent to ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update gyp Created 4 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/common/wm_window.h ('k') | ash/wm/stacking_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/stacking_controller.h
diff --git a/ash/wm/stacking_controller.h b/ash/wm/stacking_controller.h
index 025fc205c99a2f24ea6c2b69e80beb7c08800b8e..4a159301ada343a2f6ae64127a38ca07829a0e42 100644
--- a/ash/wm/stacking_controller.h
+++ b/ash/wm/stacking_controller.h
@@ -24,14 +24,6 @@ class ASH_EXPORT StackingController : public aura::client::WindowTreeClient {
const gfx::Rect& bounds) override;
private:
- // Returns corresponding system modal container for a modal window.
- // If screen lock is not active, all system modal windows are placed into the
- // normal modal container.
- // Otherwise those that originate from LockScreen container and above are
- // placed in the screen lock modal container.
- aura::Window* GetSystemModalContainer(aura::Window* root,
- aura::Window* window) const;
-
DISALLOW_COPY_AND_ASSIGN(StackingController);
};
« no previous file with comments | « ash/wm/common/wm_window.h ('k') | ash/wm/stacking_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698