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

Unified Diff: chrome/browser/ui/views/ash/browser_non_client_frame_view_ash_browsertest.cc

Issue 10913309: Re-enabled unit test (BrowserNonClientFrameViewAshTest.UseShortHeader) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/ash/browser_non_client_frame_view_ash_browsertest.cc
diff --git a/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash_browsertest.cc b/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash_browsertest.cc
index bce47222aa2dd8d4cf03b7a120d9449b35b39e5a..d8afd058d0d3e818120a33dfe070e85cc7c9d319 100644
--- a/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash_browsertest.cc
+++ b/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash_browsertest.cc
@@ -13,9 +13,7 @@ using views::Widget;
typedef InProcessBrowserTest BrowserNonClientFrameViewAshTest;
-// http://crbug.com/149824
-IN_PROC_BROWSER_TEST_F(BrowserNonClientFrameViewAshTest,
- DISABLED_UseShortHeader) {
+IN_PROC_BROWSER_TEST_F(BrowserNonClientFrameViewAshTest, UseShortHeader) {
// We know we're using Views, so static cast.
Widget* widget = static_cast<BrowserView*>(browser()->window())->GetWidget();
// We know we're using Ash, so static cast.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698