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

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

Issue 10444014: ash: Improved window maximize/restore animations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix lock screen, app windows Created 8 years, 6 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_manager.cc ('k') | chrome/browser/ui/views/frame/browser_frame_aura.cc » ('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 0409a76f00e1124eaa29e0b659685e5e39da5edb..b311825ce22362469f1b045eae73a550b24b6d05 100644
--- a/ash/wm/workspace/workspace_manager_unittest.cc
+++ b/ash/wm/workspace/workspace_manager_unittest.cc
@@ -30,7 +30,7 @@ namespace internal {
class WorkspaceManagerTest : public test::AshTestBase {
public:
- WorkspaceManagerTest() {}
+ WorkspaceManagerTest() : manager_(NULL) {}
virtual ~WorkspaceManagerTest() {}
aura::Window* CreateTestWindowUnparented() {
@@ -571,7 +571,7 @@ TEST_F(WorkspaceManagerTest, PersistAcrossAllWorkspaces) {
}
// Verifies Show()ing a minimized window that persists across all workspaces
-// unminimizes thew indow.
+// unminimizes the window.
TEST_F(WorkspaceManagerTest, ShowMinimizedPersistWindow) {
// Create a window that persists across all workspaces.
scoped_ptr<Window> w1(CreateTestWindow());
« no previous file with comments | « ash/wm/workspace/workspace_manager.cc ('k') | chrome/browser/ui/views/frame/browser_frame_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698