summaryrefslogtreecommitdiff
path: root/chromeos/streams/stream_errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/streams/stream_errors.h')
-rw-r--r--chromeos/streams/stream_errors.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/chromeos/streams/stream_errors.h b/chromeos/streams/stream_errors.h
deleted file mode 100644
index 61f8a6f..0000000
--- a/chromeos/streams/stream_errors.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright 2015 The Chromium OS 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 LIBCHROMEOS_CHROMEOS_STREAMS_STREAM_ERRORS_H_
-#define LIBCHROMEOS_CHROMEOS_STREAMS_STREAM_ERRORS_H_
-
-#include <chromeos/chromeos_export.h>
-
-namespace chromeos {
-namespace errors {
-namespace stream {
-
-// Error domain for generic stream-based errors.
-CHROMEOS_EXPORT extern const char kDomain[];
-
-CHROMEOS_EXPORT extern const char kStreamClosed[];
-CHROMEOS_EXPORT extern const char kOperationNotSupported[];
-CHROMEOS_EXPORT extern const char kPartialData[];
-CHROMEOS_EXPORT extern const char kInvalidParameter[];
-CHROMEOS_EXPORT extern const char kTimeout[];
-
-} // namespace stream
-} // namespace errors
-} // namespace chromeos
-
-#endif // LIBCHROMEOS_CHROMEOS_STREAMS_STREAM_ERRORS_H_