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

Unified Diff: ash/wm/workspace/workspace_event_filter_unittest.cc

Issue 9600006: Aura: Remove overlapping window mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « ash/wm/toplevel_layout_manager.h ('k') | ash/wm/workspace/workspace_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_event_filter_unittest.cc
diff --git a/ash/wm/workspace/workspace_event_filter_unittest.cc b/ash/wm/workspace/workspace_event_filter_unittest.cc
index f436b0ff7eee2f631190d964ef79923212d6ad2d..331b5eec3a08916b37d1f7845a88e058a5b0107b 100644
--- a/ash/wm/workspace/workspace_event_filter_unittest.cc
+++ b/ash/wm/workspace/workspace_event_filter_unittest.cc
@@ -36,12 +36,6 @@ class WorkspaceEventFilterTest : public test::AshTestBase {
}
private:
- // Overridden from test::AshTestBase:
- virtual bool GetOverrideWindowMode(Shell::WindowMode* window_mode) OVERRIDE {
- *window_mode = Shell::MODE_MANAGED;
- return true;
- }
-
DISALLOW_COPY_AND_ASSIGN(WorkspaceEventFilterTest);
};
« no previous file with comments | « ash/wm/toplevel_layout_manager.h ('k') | ash/wm/workspace/workspace_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698