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

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

Issue 61643015: Adds imageWriterPrivate support for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes test cleanup ordering for Chrome OS. 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
« no previous file with comments | « chrome/utility/image_writer/OWNERS ('k') | chrome/utility/image_writer/error_messages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/image_writer/error_messages.h
diff --git a/chrome/utility/image_writer/error_messages.h b/chrome/utility/image_writer/error_messages.h
new file mode 100644
index 0000000000000000000000000000000000000000..02ff14ae61fd4b6b6ff6eeb5c32c6465c1c735d5
--- /dev/null
+++ b/chrome/utility/image_writer/error_messages.h
@@ -0,0 +1,27 @@
+// 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.
+
+#ifndef CHROME_BROWSER_EXTENSIONS_API_IMAGE_WRITER_PRIVATE_ERROR_MESSAGES_H_
+#define CHROME_BROWSER_EXTENSIONS_API_IMAGE_WRITER_PRIVATE_ERROR_MESSAGES_H_
+
+namespace image_writer {
+namespace error {
+
+extern const char kCleanUp[];
+extern const char kCloseDevice[];
+extern const char kCloseImage[];
+extern const char kInvalidDevice[];
+extern const char kNoOperationInProgress[];
+extern const char kOpenDevice[];
+extern const char kOpenImage[];
+extern const char kOperationAlreadyInProgress[];
+extern const char kReadDevice[];
+extern const char kReadImage[];
+extern const char kWriteImage[];
+extern const char kVerificationFailed[];
+
+} // namespace error
+} // namespace image_writer
+
+#endif // CHROME_BROWSER_EXTENSIONS_API_IMAGE_WRITER_PRIVATE_ERROR_MESSAGES_H_
« no previous file with comments | « chrome/utility/image_writer/OWNERS ('k') | chrome/utility/image_writer/error_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698