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

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

Issue 788113003: Revert of Make the sort order in thumbnail view always alphabetical. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/app_state_controller.js » ('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 6c6e405a1be00fad0ce6d1054b8a6f064403d668..e1f50b7eecf201f58ce6c694e416eb8c39dfffb1 100644
--- a/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
+++ b/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
@@ -1144,8 +1144,7 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
FileManagerBrowserTest,
::testing::Values(TestParameter(NOT_IN_GUEST_MODE, "showGridViewDownloads"),
TestParameter(IN_GUEST_MODE, "showGridViewDownloads"),
- TestParameter(NOT_IN_GUEST_MODE, "showGridViewDrive"),
- TestParameter(IN_GUEST_MODE, "checkFilesSorted")));
+ TestParameter(NOT_IN_GUEST_MODE, "showGridViewDrive")));
// Structure to describe an account info.
struct TestAccountInfo {
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/app_state_controller.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698