1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_UTILITY_IMAGE_WRITER_ERROR_MESSAGES_H_
6 #define CHROME_UTILITY_IMAGE_WRITER_ERROR_MESSAGES_H_
8 #include "build/build_config.h"
10 namespace image_writer
{
13 extern const char kInvalidDevice
[];
14 extern const char kOpenDevice
[];
15 extern const char kOpenImage
[];
16 extern const char kOperationAlreadyInProgress
[];
17 extern const char kReadDevice
[];
18 extern const char kReadImage
[];
19 extern const char kWriteImage
[];
20 #if defined(OS_MACOSX)
21 extern const char kUnmountVolumes
[];
23 extern const char kVerificationFailed
[];
26 } // namespace image_writer
28 #endif // CHROME_UTILITY_IMAGE_WRITER_ERROR_MESSAGES_H_