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

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

Issue 127763002: Files.app: Make ProgressCenterItemGroup class to manage the states of items. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove an unused member. Created 6 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 | chrome/browser/resources/file_manager/common/js/progress_center_common.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 f028a491bee0bdfe6d088ff76ded36ea7f1c409c..3409ffe619ba7234b3f156fa9453d89c97cf1005 100644
--- a/chrome/browser/chromeos/file_manager/file_manager_jstest.cc
+++ b/chrome/browser/chromeos/file_manager/file_manager_jstest.cc
@@ -39,3 +39,9 @@ IN_PROC_BROWSER_TEST_F(
RunTest(base::FilePath(
FILE_PATH_LITERAL("file_operation_handler_unittest.html")));
}
+
+IN_PROC_BROWSER_TEST_F(
+ FileManagerJsTest, ProgressCenterItemGroupTest) {
+ RunTest(base::FilePath(
+ FILE_PATH_LITERAL("progress_center_item_group_unittest.html")));
+}
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/common/js/progress_center_common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698