blob: 7ae2126a094e78ad4a51b21450f08275e13267de [file] [log] [blame]
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_VIDEO_TUTORIALS_SWITCHES_H_
#define CHROME_BROWSER_VIDEO_TUTORIALS_SWITCHES_H_
#include "base/feature_list.h"
namespace video_tutorials {
namespace features {
// Main feature flag for the video tutorials feature.
BASE_DECLARE_FEATURE(kVideoTutorials);
} // namespace features
namespace switches {
// If set, the video tutorials will be fetched on startup.
extern const char kVideoTutorialsInstantFetch[];
} // namespace switches
} // namespace video_tutorials
#endif // CHROME_BROWSER_VIDEO_TUTORIALS_SWITCHES_H_