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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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.
4
5 #ifndef CHROME_BROWSER_EXTENSIONS_API_IMAGE_WRITER_PRIVATE_ERROR_MESSAGES_H_
6 #define CHROME_BROWSER_EXTENSIONS_API_IMAGE_WRITER_PRIVATE_ERROR_MESSAGES_H_
7
8 namespace image_writer {
9 namespace error {
10
11 extern const char kCleanUp[];
12 extern const char kCloseDevice[];
13 extern const char kCloseImage[];
14 extern const char kInvalidDevice[];
15 extern const char kNoOperationInProgress[];
16 extern const char kOpenDevice[];
17 extern const char kOpenImage[];
18 extern const char kOperationAlreadyInProgress[];
19 extern const char kReadDevice[];
20 extern const char kReadImage[];
21 extern const char kWriteImage[];
22 extern const char kVerificationFailed[];
23
24 } // namespace error
25 } // namespace image_writer
26
27 #endif // CHROME_BROWSER_EXTENSIONS_API_IMAGE_WRITER_PRIVATE_ERROR_MESSAGES_H_
OLDNEW
« 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