blob: 85f402805c8b45d58c020f6baf4991a6b6ff65b8 [file] [log] [blame]
// 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_