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

Unified Diff: ui/file_manager/file_manager/background/js/test_util_base.js

Issue 2260133002: Files: Extract VolumeInfo interface from volume_manager.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 4 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
Index: ui/file_manager/file_manager/background/js/test_util_base.js
diff --git a/ui/file_manager/file_manager/background/js/test_util_base.js b/ui/file_manager/file_manager/background/js/test_util_base.js
index c10a0f2de356046b66093309905a726fc414b92d..2b88f23195a5ca3c7d6ebdcfd12e0fb585b160ea 100644
--- a/ui/file_manager/file_manager/background/js/test_util_base.js
+++ b/ui/file_manager/file_manager/background/js/test_util_base.js
@@ -14,7 +14,7 @@ var test = test || {};
* @param {Array<string>=} opt_styleNames List of CSS property name to be
* obtained.
* @return {{attributes:Object<string>, text:string,
- * styles:Object<string>, hidden:boolean}} Element
+ * styles:Object<string>, hidden:boolean}} Element
* information that contains contentText, attribute names and
* values, hidden attribute, and style names and values.
*/

Powered by Google App Engine
This is Rietveld 408576698