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

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: Cleanup and now working on Windows with minimal changes. 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: 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..3964361aea377fe280669a9654aac7295b8c51bc
--- /dev/null
+++ b/chrome/utility/image_writer/error_messages.h
@@ -0,0 +1,28 @@
+// Copyright 2013 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 chrome {
+namespace image_writer {
+namespace error {
+
+extern const char kCleanUp[];
+extern const char kCloseDevice[];
+extern const char kCloseImage[];
+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
+} // namespace extensions
+
+#endif // CHROME_BROWSER_EXTENSIONS_API_IMAGE_WRITER_PRIVATE_ERROR_MESSAGES_H_

Powered by Google App Engine
This is Rietveld 408576698