Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / utility / image_writer / error_messages.cc
index 40fceb0..2847f22 100644 (file)
@@ -8,7 +8,7 @@ namespace image_writer {
 namespace error {
 
 const char kCleanUp[] = "Failed to clean up after write operation.";
-const char kCloseDevice[] = "Failed to close usb device file.";
+const char kCloseDevice[] = "Failed to close usb device.";
 const char kCloseImage[] = "Failed to close image file.";
 const char kInvalidDevice[] = "Invalid device path.";
 const char kNoOperationInProgress[] = "No operation in progress.";
@@ -18,6 +18,7 @@ const char kOperationAlreadyInProgress[] = "Operation already in progress.";
 const char kReadDevice[] = "Failed to read device.";
 const char kReadImage[] = "Failed to read image.";
 const char kWriteImage[] = "Writing image to device failed.";
+const char kUnmountVolumes[] = "Unable to unmount the device.";
 const char kVerificationFailed[] = "Verification failed.";
 
 }  // namespace error