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

Unified Diff: ui/file_manager/gallery/js/slide_mode_unittest.html

Issue 2727353004: Compile Image Editor in gyp v2 (Closed)
Patch Set: . Created 3 years, 9 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') | ui/file_manager/gallery/js/thumbnail_mode.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/js/slide_mode_unittest.html
diff --git a/ui/file_manager/gallery/js/slide_mode_unittest.html b/ui/file_manager/gallery/js/slide_mode_unittest.html
index 87c7b06d86d5c006be680d7d760c7a7a0edcf160..b5810b69b7101ff66031fcfda0fc35bb77cadad6 100644
--- a/ui/file_manager/gallery/js/slide_mode_unittest.html
+++ b/ui/file_manager/gallery/js/slide_mode_unittest.html
@@ -7,14 +7,12 @@
<script>
// These variables are referenced in the definition of EDITOR_MODES const
// variable of slide mode.
-var ImageEditor = {
- Mode: {
- InstantAutofix: function() {},
- Crop: function() {},
- Resize: function() {},
- Exposure: function() {},
- OneClick: function() {}
- }
+var ImageEditorMode = {
+ InstantAutofix: function() {},
+ Crop: function() {},
+ Resize: function() {},
+ Exposure: function() {},
+ OneClick: function() {}
};
var Command = {
« no previous file with comments | « ui/file_manager/gallery/js/slide_mode.js ('k') | ui/file_manager/gallery/js/thumbnail_mode.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698