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

Unified Diff: ui/file_manager/gallery/js/thumbnail_mode.js

Issue 2702403008: Compile more Gallery targets in gyp v2. (Closed)
Patch Set: Added _ suffix to private constant and formatted. Created 3 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 | « ui/file_manager/gallery/js/slide_mode.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/js/thumbnail_mode.js
diff --git a/ui/file_manager/gallery/js/thumbnail_mode.js b/ui/file_manager/gallery/js/thumbnail_mode.js
index 6b0b208bf6b9e0f38112a3c9cdf2992d96406612..a2a2d3cf4c3b507d80677f7a2614479e895ae55b 100644
--- a/ui/file_manager/gallery/js/thumbnail_mode.js
+++ b/ui/file_manager/gallery/js/thumbnail_mode.js
@@ -60,10 +60,10 @@ ThumbnailMode.prototype.getTitle = function() { return 'GALLERY_THUMBNAIL'; };
/**
* Returns current sub mode.
- * @return {Gallery.SubMode}
+ * @return {GallerySubMode}
*/
ThumbnailMode.prototype.getSubMode = function() {
- return Gallery.SubMode.BROWSE;
+ return GallerySubMode.BROWSE;
};
/**
« no previous file with comments | « ui/file_manager/gallery/js/slide_mode.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698