blob: 24882cedb8bf35a594c2f2deae117c08ac2e7ac6 [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.
#include "chrome/browser/video_tutorials/switches.h"
namespace video_tutorials {
namespace features {
BASE_FEATURE(kVideoTutorials,
"VideoTutorials",
base::FEATURE_DISABLED_BY_DEFAULT);
} // namespace features
} // namespace video_tutorials