| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |