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

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

Issue 885653003: Files.app: Add deduplication code for imports to Google Drive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback. Created 5 years, 11 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 | ui/file_manager/file_manager/background/js/duplicate_finder.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_jstest.cc
diff --git a/chrome/browser/chromeos/file_manager/file_manager_jstest.cc b/chrome/browser/chromeos/file_manager/file_manager_jstest.cc
index a02fe1a08fd9335c94e961af73146ecbe4d9358a..b9080733980c2415d881fd428bd20174cee60a53 100644
--- a/chrome/browser/chromeos/file_manager/file_manager_jstest.cc
+++ b/chrome/browser/chromeos/file_manager/file_manager_jstest.cc
@@ -80,6 +80,11 @@ IN_PROC_BROWSER_TEST_F(FileManagerJsTest, TaskQueueTest) {
FILE_PATH_LITERAL("background/js/task_queue_unittest.html")));
}
+IN_PROC_BROWSER_TEST_F(FileManagerJsTest, DuplicateFinderTest) {
+ RunTest(base::FilePath(
+ FILE_PATH_LITERAL("background/js/duplicate_finder_unittest.html")));
+}
+
IN_PROC_BROWSER_TEST_F(FileManagerJsTest, ImportControllerTest) {
RunTest(base::FilePath(
FILE_PATH_LITERAL("foreground/js/import_controller_unittest.html")));
« no previous file with comments | « no previous file | ui/file_manager/file_manager/background/js/duplicate_finder.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698