blob: 0111045e55b8e199c0ee76b80d5c6579af98910e [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 video_tutorials
#endif // CHROME_BROWSER_VIDEO_TUTORIALS_SWITCHES_H_