| Index: components/display_compositor/display_compositor_features.h
|
| diff --git a/components/display_compositor/display_compositor_features.h b/components/display_compositor/display_compositor_features.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9feac6b8183226f55110c5a9e1c68398244d4784
|
| --- /dev/null
|
| +++ b/components/display_compositor/display_compositor_features.h
|
| @@ -0,0 +1,27 @@
|
| +// Copyright 2017 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 COMPONENTS_DISPLAY_COMPOSITOR_DISPLAY_COMPOSITOR_FEATURES_H_
|
| +#define COMPONENTS_DISPLAY_COMPOSITOR_DISPLAY_COMPOSITOR_FEATURES_H_
|
| +
|
| +// This file defines all the base::FeatureList features for the Password Manager
|
| +// module.
|
| +
|
| +#include "base/feature_list.h"
|
| +#include "components/display_compositor/display_compositor_export.h"
|
| +
|
| +namespace display_compositor {
|
| +
|
| +namespace features {
|
| +
|
| +// All features in alphabetical order. The features should be documented
|
| +// alongside the definition of their values in the .cc file.
|
| +
|
| +DISPLAY_COMPOSITOR_EXPORT extern const base::Feature kMemoryCoordinator;
|
| +
|
| +} // namespace features
|
| +
|
| +} // namespace display_compositor
|
| +
|
| +#endif // COMPONENTS_DISPLAY_COMPOSITOR_DISPLAY_COMPOSITOR_FEATURES_H_
|
|
|