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

Unified Diff: ash/wm/workspace/workspace_manager_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/workspace/workspace_event_filter_unittest.cc ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_manager_unittest.cc
diff --git a/ash/wm/workspace/workspace_manager_unittest.cc b/ash/wm/workspace/workspace_manager_unittest.cc
index 5c5a5a3d4b6101d4fb19128bd7c3fb740aec3aeb..4969ab30c4fa8e8b35e92c93e14d69ce331cc7a8 100644
--- a/ash/wm/workspace/workspace_manager_unittest.cc
+++ b/ash/wm/workspace/workspace_manager_unittest.cc
@@ -88,11 +88,6 @@ class WorkspaceManagerTest : public test::AshTestBase {
internal::WorkspaceManager* manager_;
private:
- virtual bool GetOverrideWindowMode(Shell::WindowMode* window_mode) OVERRIDE {
- *window_mode = Shell::MODE_MANAGED;
- return true;
- }
-
scoped_ptr<internal::ActivationController> activation_controller_;
DISALLOW_COPY_AND_ASSIGN(WorkspaceManagerTest);
« no previous file with comments | « ash/wm/workspace/workspace_event_filter_unittest.cc ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698