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

Unified Diff: ash/shell.h

Issue 9513004: Switch default WM mode to managed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comments Created 8 years, 10 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 | « no previous file | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 2413c4b2cf3a3fe9288f82a25ca593288d46fbb9..b3c34ed9e411d62a35dea3cd474c40214115c0f8 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -222,6 +222,9 @@ class ASH_EXPORT Shell {
}
private:
+ FRIEND_TEST_ALL_PREFIXES(RootWindowEventFilterTest, MouseEventCursors);
+ FRIEND_TEST_ALL_PREFIXES(RootWindowEventFilterTest, TransformActivate);
+
typedef std::pair<aura::Window*, gfx::Rect> WindowAndBoundsPair;
explicit Shell(ShellDelegate* delegate);
@@ -242,6 +245,9 @@ class ASH_EXPORT Shell {
// has the effect of deleting the current LayoutManager.
void ResetLayoutManager(int container_id);
+ // Disables the workspace grid layout.
+ void DisableWorkspaceGridLayout();
+
static Shell* instance_;
// Window mode is computed at shell initialization time, so allow it to be
« no previous file with comments | « no previous file | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698