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

Side by Side Diff: chrome/browser/ui/panels/panel_browser_view_browsertest.cc

Issue 8776035: Add PanelOverflowStrip to handle panel overflow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Created 9 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/i18n/time_formatting.h" 5 #include "base/i18n/time_formatting.h"
6 #include "base/memory/scoped_ptr.h" 6 #include "base/memory/scoped_ptr.h"
7 #include "chrome/browser/extensions/extension_service.h" 7 #include "chrome/browser/extensions/extension_service.h"
8 #include "chrome/browser/profiles/profile.h" 8 #include "chrome/browser/profiles/profile.h"
9 #include "chrome/browser/ui/browser_window.h" 9 #include "chrome/browser/ui/browser_window.h"
10 #include "chrome/browser/ui/panels/base_panel_browser_test.h" 10 #include "chrome/browser/ui/panels/base_panel_browser_test.h"
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 TestMinimizeAndRestore(true); 609 TestMinimizeAndRestore(true);
610 } 610 }
611 611
612 // TODO(jianli): Investigate why this fails on win trunk build. 612 // TODO(jianli): Investigate why this fails on win trunk build.
613 // http://crbug.com/102734 613 // http://crbug.com/102734
614 IN_PROC_BROWSER_TEST_F(PanelBrowserViewTest, DISABLED_DrawAttention) { 614 IN_PROC_BROWSER_TEST_F(PanelBrowserViewTest, DISABLED_DrawAttention) {
615 TestDrawAttention(); 615 TestDrawAttention();
616 } 616 }
617 617
618 IN_PROC_BROWSER_TEST_F(PanelBrowserViewTest, 618 IN_PROC_BROWSER_TEST_F(PanelBrowserViewTest,
619 DISABLED_ChangeAutoHideTaskBarThickness) { 619 ChangeAutoHideTaskBarThickness) {
620 TestChangeAutoHideTaskBarThickness(); 620 TestChangeAutoHideTaskBarThickness();
621 } 621 }
622 #endif 622 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698