| Index: services/video_capture/public/cpp/constants.h
|
| diff --git a/services/video_capture/public/cpp/constants.h b/services/video_capture/public/cpp/constants.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9a970a5a0c0bf3dcc1f90e0f088dc2171eff4d14
|
| --- /dev/null
|
| +++ b/services/video_capture/public/cpp/constants.h
|
| @@ -0,0 +1,16 @@
|
| +// 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 SERVICES_VIDEO_CAPTURE_PUBLIC_CPP_CONSTANTS_H_
|
| +#define SERVICES_VIDEO_CAPTURE_PUBLIC_CPP_CONSTANTS_H_
|
| +
|
| +#include "base/feature_list.h"
|
| +
|
| +namespace video_capture {
|
| +
|
| +extern const base::Feature kMojoVideoCapture;
|
| +
|
| +} // namespace video_capture
|
| +
|
| +#endif // SERVICES_VIDEO_CAPTURE_PUBLIC_CPP_CONSTANTS_H_
|
|
|