blob: eff8b18324b4155ce0b2fca3e7d00820a8b33e28 [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();
bool ShouldUseNodeID();
int TaskLongDelayInMilliseconds();
int TaskShortDelayInMilliseconds();
} // namespace features
} // namespace content_capture
#endif // COMPONENTS_CONTENT_CAPTURE_COMMON_CONTENT_CAPTURE_FEATURES_H_