| Index: net/base/load_flags.h
|
| diff --git a/net/base/load_flags.h b/net/base/load_flags.h
|
| deleted file mode 100644
|
| index 53b2d58d2089df93596cb59bed60b5f211aaac11..0000000000000000000000000000000000000000
|
| --- a/net/base/load_flags.h
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -// Copyright (c) 2010 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 NET_BASE_LOAD_FLAGS_H_
|
| -#define NET_BASE_LOAD_FLAGS_H_
|
| -
|
| -namespace net {
|
| -
|
| -// These flags provide metadata about the type of the load request. They are
|
| -// intended to be OR'd together.
|
| -enum {
|
| -
|
| -#define LOAD_FLAG(label, value) LOAD_ ## label = value,
|
| -#include "net/base/load_flags_list.h"
|
| -#undef LOAD_FLAG
|
| -
|
| -};
|
| -
|
| -} // namespace net
|
| -
|
| -#endif // NET_BASE_LOAD_FLAGS_H_
|
|
|