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

Side by Side Diff: chrome/browser/chromeos/file_manager/file_manager_jstest.cc

Issue 807583003: Revert of Include MTP devices in Cloud Import happiness. (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 unified diff | Download patch
« no previous file with comments | « no previous file | ui/file_manager/file_manager/background/js/compiled_resources.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 <vector> 5 #include <vector>
6 6
7 #include "base/path_service.h" 7 #include "base/path_service.h"
8 #include "chrome/browser/ui/browser.h" 8 #include "chrome/browser/ui/browser.h"
9 #include "chrome/browser/ui/tabs/tab_strip_model.h" 9 #include "chrome/browser/ui/tabs/tab_strip_model.h"
10 #include "chrome/test/base/in_process_browser_test.h" 10 #include "chrome/test/base/in_process_browser_test.h"
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 IN_PROC_BROWSER_TEST_F(FileManagerJsTest, MetadataCacheTest) { 57 IN_PROC_BROWSER_TEST_F(FileManagerJsTest, MetadataCacheTest) {
58 RunTest(base::FilePath(FILE_PATH_LITERAL( 58 RunTest(base::FilePath(FILE_PATH_LITERAL(
59 "foreground/js/metadata/metadata_cache_unittest.html"))); 59 "foreground/js/metadata/metadata_cache_unittest.html")));
60 } 60 }
61 61
62 IN_PROC_BROWSER_TEST_F(FileManagerJsTest, FileOperationManagerTest) { 62 IN_PROC_BROWSER_TEST_F(FileManagerJsTest, FileOperationManagerTest) {
63 RunTest(base::FilePath( 63 RunTest(base::FilePath(
64 FILE_PATH_LITERAL("background/js/file_operation_manager_unittest.html"))); 64 FILE_PATH_LITERAL("background/js/file_operation_manager_unittest.html")));
65 } 65 }
66 66
67 IN_PROC_BROWSER_TEST_F(FileManagerJsTest, ImporterCommonTest) {
68 RunTest(base::FilePath(
69 FILE_PATH_LITERAL("common/js/importer_common_unittest.html")));
70 }
71
72 IN_PROC_BROWSER_TEST_F(FileManagerJsTest, ImportHistoryTest) { 67 IN_PROC_BROWSER_TEST_F(FileManagerJsTest, ImportHistoryTest) {
73 RunTest(base::FilePath( 68 RunTest(base::FilePath(
74 FILE_PATH_LITERAL("background/js/import_history_unittest.html"))); 69 FILE_PATH_LITERAL("background/js/import_history_unittest.html")));
75 } 70 }
76 71
77 IN_PROC_BROWSER_TEST_F(FileManagerJsTest, VolumeManagerTest) { 72 IN_PROC_BROWSER_TEST_F(FileManagerJsTest, VolumeManagerTest) {
78 RunTest(base::FilePath( 73 RunTest(base::FilePath(
79 FILE_PATH_LITERAL("background/js/volume_manager_unittest.html"))); 74 FILE_PATH_LITERAL("background/js/volume_manager_unittest.html")));
80 } 75 }
81 76
82 IN_PROC_BROWSER_TEST_F(FileManagerJsTest, DirectoryTreeTest) { 77 IN_PROC_BROWSER_TEST_F(FileManagerJsTest, DirectoryTreeTest) {
83 RunTest(base::FilePath( 78 RunTest(base::FilePath(
84 FILE_PATH_LITERAL("foreground/js/ui/directory_tree_unittest.html"))); 79 FILE_PATH_LITERAL("foreground/js/ui/directory_tree_unittest.html")));
85 } 80 }
86 81
87 IN_PROC_BROWSER_TEST_F(FileManagerJsTest, MediaScannerTest) { 82 IN_PROC_BROWSER_TEST_F(FileManagerJsTest, MediaScannerTest) {
88 RunTest(base::FilePath( 83 RunTest(base::FilePath(
89 FILE_PATH_LITERAL("background/js/media_scanner_unittest.html"))); 84 FILE_PATH_LITERAL("background/js/media_scanner_unittest.html")));
90 } 85 }
91 86
92 IN_PROC_BROWSER_TEST_F(FileManagerJsTest, LRUCacheTest) { 87 IN_PROC_BROWSER_TEST_F(FileManagerJsTest, LRUCacheTest) {
93 RunTest(base::FilePath( 88 RunTest(base::FilePath(
94 FILE_PATH_LITERAL("common/js/lru_cache_unittest.html"))); 89 FILE_PATH_LITERAL("common/js/lru_cache_unittest.html")));
95 } 90 }
96 91
97 IN_PROC_BROWSER_TEST_F(FileManagerJsTest, MediaImportHandlerTest) { 92 IN_PROC_BROWSER_TEST_F(FileManagerJsTest, MediaImportHandlerTest) {
98 RunTest(base::FilePath( 93 RunTest(base::FilePath(
99 FILE_PATH_LITERAL("background/js/media_import_handler_unittest.html"))); 94 FILE_PATH_LITERAL("background/js/media_import_handler_unittest.html")));
100 } 95 }
OLDNEW
« no previous file with comments | « no previous file | ui/file_manager/file_manager/background/js/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698