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

Unified Diff: chrome/browser/ui/ash/shelf_browsertest.cc

Issue 10910164: Removes the grid from ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ShelfBrowserTest Created 8 years, 3 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_controller.cc ('k') | chrome/browser/ui/ash/window_positioner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/shelf_browsertest.cc
diff --git a/chrome/browser/ui/ash/shelf_browsertest.cc b/chrome/browser/ui/ash/shelf_browsertest.cc
index 02d59e39a9ffa8bb16934c96f13027e239324b38..2df3dbaba9e5db7942875e0caf69a7196cbf5c19 100644
--- a/chrome/browser/ui/ash/shelf_browsertest.cc
+++ b/chrome/browser/ui/ash/shelf_browsertest.cc
@@ -20,7 +20,6 @@ IN_PROC_BROWSER_TEST_F(ShelfBrowserTest, StatusBubble) {
EXPECT_TRUE(shelf->IsVisible());
// Ensure that the browser abuts the shelf.
- ash::Shell::TestApi(shell).workspace_controller()->SetGridSize(1);
const gfx::Rect old_bounds = browser()->window()->GetBounds();
const gfx::Rect new_bounds(
old_bounds.x(),
« no previous file with comments | « ash/wm/workspace_controller.cc ('k') | chrome/browser/ui/ash/window_positioner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698