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

Unified Diff: chrome/browser/resources/file_manager/js/photo/source.js

Issue 12257008: [cleanup] Files.app: Remove a doc for non-existing parameter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/js/photo/source.js
diff --git a/chrome/browser/resources/file_manager/js/photo/source.js b/chrome/browser/resources/file_manager/js/photo/source.js
index 0054efccd9a7c1c11ea2bcf7842e01bd5a4f12f5..f42c6b5f66298222005ad030461b2e8170228fa4 100644
--- a/chrome/browser/resources/file_manager/js/photo/source.js
+++ b/chrome/browser/resources/file_manager/js/photo/source.js
@@ -6,7 +6,6 @@
* The album.
* @param {PhotoSource} source The parent source.
* @param {string} name The album name.
- * @param {Array.<FileEntry>} entries The entries list.
*/
function Album(source, name) {
this.source_ = source;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698