blob: 94797d4d8a5e32393314f93d453d294ff6fe5faf [file] [log] [blame]
// Copyright 2018 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 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_