| Index: third_party/WebKit/Source/core/fetch/ResourceStatus.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/ResourceStatus.h b/third_party/WebKit/Source/core/fetch/ResourceStatus.h
|
| deleted file mode 100644
|
| index 6864d66473da6f41777b31338498d83ad08e1bbe..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/core/fetch/ResourceStatus.h
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -// Copyright 2016 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 ResourceStatus_h
|
| -#define ResourceStatus_h
|
| -
|
| -namespace blink {
|
| -
|
| -enum class ResourceStatus {
|
| - NotStarted,
|
| - Pending, // load in progress
|
| - Cached, // load completed successfully
|
| - LoadError,
|
| - DecodeError
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif
|
|
|