Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / wallpaper_manager / js / constants.js
index 14d3613..93de962 100644 (file)
@@ -59,7 +59,8 @@
       Online: 'ONLINE',
       OEM: 'OEM',
       Custom: 'CUSTOM',
-      AddNew: 'ADDNEW'
+      AddNew: 'ADDNEW',
+      Default: 'DEFAULT'
   },
 
   /**
   /**
    * Sync storage.
    */
-  WallpaperSyncStorage: chrome.storage.sync
+  WallpaperSyncStorage: chrome.storage.sync,
+
+  /**
+   * Suffix to append to file name if it is a thumbnail.
+   */
+  CustomWallpaperThumbnailSuffix: '_thumbnail',
+
+  /**
+   * Wallpaper directory enum.
+   */
+  WallpaperDirNameEnum: {
+      ORIGINAL: 'original',
+      THUMBNAIL: 'thumbnail'
+  }
 };