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

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 comment. 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
OLDNEW
(Empty)
1 // Copyright 2013 The Chromium Authors. All rights reserved.
Lei Zhang 2014/02/15 00:26:59 nit: it's 2014, same elsewhere.
Drew Haven 2014/02/15 01:23:58 I started this CL in 2013... Done.
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 chrome {
9 namespace image_writer {
10 namespace error {
11
12 extern const char kCleanUp[];
13 extern const char kCloseDevice[];
14 extern const char kCloseImage[];
15 extern const char kInvalidDevice[];
16 extern const char kNoOperationInProgress[];
17 extern const char kOpenDevice[];
18 extern const char kOpenImage[];
19 extern const char kOperationAlreadyInProgress[];
20 extern const char kReadDevice[];
21 extern const char kReadImage[];
22 extern const char kWriteImage[];
23 extern const char kVerificationFailed[];
24
25 } // namespace error
26 } // namespace image_writer
27 } // namespace extensions
Lei Zhang 2014/02/15 00:26:59 nit: this comment is inconsistent with line 8. We
Drew Haven 2014/02/15 01:23:58 Done.
28
29 #endif // CHROME_BROWSER_EXTENSIONS_API_IMAGE_WRITER_PRIVATE_ERROR_MESSAGES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698