chromium/media/capture/video/chromeos/public/cros_features.h

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef MEDIA_CAPTURE_VIDEO_CHROMEOS_PUBLIC_CROS_FEATURES_H_
#define MEDIA_CAPTURE_VIDEO_CHROMEOS_PUBLIC_CROS_FEATURES_H_

namespace media {

// A run-time check for whether or not we should use the OS-level camera
// service on ChromeOS for video capture.
bool ShouldUseCrosCameraService();

}  // namespace media

#endif  // MEDIA_CAPTURE_VIDEO_CHROMEOS_PUBLIC_CROS_FEATURES_H_