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

Unified Diff: chrome/browser/chromeos/file_manager/file_manager_browsertest.cc

Issue 900743002: Move preview panel's components to toolbar and footer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a TODO comment about customized CommandButton. Created 5 years, 10 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 | chrome/browser/chromeos/file_manager/file_manager_jstest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
diff --git a/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc b/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
index 07062b06968316cdf8502691284dea1e8f7ae058..2ce4fe56cf3d960a29a8479ec1f27e3367a83d22 100644
--- a/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
+++ b/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
@@ -1081,18 +1081,6 @@ INSTANTIATE_TEST_CASE_P(
FileManagerBrowserTest,
::testing::Values(TestParameter(NOT_IN_GUEST_MODE, "searchBoxFocus")));
-// Slow tests are disabled on debug build. http://crbug.com/327719
-#if !defined(NDEBUG)
-#define MAYBE_Thumbnails DISABLED_Thumbnails
-#else
-#define MAYBE_Thumbnails Thumbnails
-#endif
-WRAPPED_INSTANTIATE_TEST_CASE_P(
- MAYBE_Thumbnails,
- FileManagerBrowserTest,
- ::testing::Values(TestParameter(NOT_IN_GUEST_MODE, "thumbnailsDownloads"),
- TestParameter(IN_GUEST_MODE, "thumbnailsDownloads")));
-
// Fails on official build. http://crbug.com/429294
#if !defined(NDEBUG) || defined(OFFICIAL_BUILD)
#define MAYBE_OpenFileDialog DISABLED_OpenFileDialog
« no previous file with comments | « no previous file | chrome/browser/chromeos/file_manager/file_manager_jstest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698