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

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

Issue 98363003: Files.app: Add a unit test of ProgressCenterHandler class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | chrome/browser/resources/file_manager/background/js/progress_center.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 f3252d985b4f4ad0488b322424ebc425d96d5833..e82f7c50fac4e82d904bc078b9635aae19e25346 100644
--- a/chrome/browser/chromeos/file_manager/file_manager_jstest.cc
+++ b/chrome/browser/chromeos/file_manager/file_manager_jstest.cc
@@ -33,3 +33,9 @@ IN_PROC_BROWSER_TEST_F(
RunTest(base::FilePath(
FILE_PATH_LITERAL("navigation_list_model_unittest.html")));
}
+
+IN_PROC_BROWSER_TEST_F(
+ FileManagerJsTest, ProgressCenterHandlerTest) {
+ RunTest(base::FilePath(
+ FILE_PATH_LITERAL("progress_center_handler_unittest.html")));
+}
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/background/js/progress_center.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698