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

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

Issue 175423004: Revert 252466 "In order to support writing on windows we need to..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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
Index: trunk/src/chrome/utility/image_writer/error_messages.cc
===================================================================
--- trunk/src/chrome/utility/image_writer/error_messages.cc (revision 252594)
+++ trunk/src/chrome/utility/image_writer/error_messages.cc (working copy)
@@ -1,24 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/utility/image_writer/error_messages.h"
-
-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 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.";
-const char kVerificationFailed[] = "Verification failed.";
-
-} // namespace error
-} // namespace image_writer
« no previous file with comments | « trunk/src/chrome/utility/image_writer/error_messages.h ('k') | trunk/src/chrome/utility/image_writer/image_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698