blob: f9c09ee01440cabc9d2a1fb88e0c42bc4a501c2e [file] [log] [blame]
// Copyright 2019 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_CONTENT_CAPTURE_COMMON_CONTENT_CAPTURE_FEATURES_H_
#define COMPONENTS_CONTENT_CAPTURE_COMMON_CONTENT_CAPTURE_FEATURES_H_
#include "base/feature_list.h"
namespace content_capture {
namespace features {
extern const base::Feature kContentCaptureEnabled;
bool IsContentCaptureEnabled();
int TaskLongDelayInMilliseconds();
int TaskShortDelayInMilliseconds();
} // namespace features
} // namespace content_capture
#endif // COMPONENTS_CONTENT_CAPTURE_COMMON_CONTENT_CAPTURE_FEATURES_H_