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

Unified Diff: chrome/utility/image_writer/error_messages.cc

Issue 1053663003: Cleanup: Remove unused variables in chrome/ found by Scythe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « chrome/utility/image_writer/error_messages.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/image_writer/error_messages.cc
diff --git a/chrome/utility/image_writer/error_messages.cc b/chrome/utility/image_writer/error_messages.cc
index 2847f222a063f00973438489b8a930f6fe768082..e282ff4bb62bf51cf1aeef23d17de316c9c637f6 100644
--- a/chrome/utility/image_writer/error_messages.cc
+++ b/chrome/utility/image_writer/error_messages.cc
@@ -7,18 +7,16 @@
namespace image_writer {
namespace error {
-const char kCleanUp[] = "Failed to clean up after write operation.";
-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.";
const char kOpenDevice[] = "Failed to open device.";
const char kOpenImage[] = "Failed to open image.";
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.";
+#if defined(OS_MACOSX)
const char kUnmountVolumes[] = "Unable to unmount the device.";
+#endif
const char kVerificationFailed[] = "Verification failed.";
} // namespace error
« no previous file with comments | « chrome/utility/image_writer/error_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698