Files
brave-core/browser/brave_features_internal_names.h
T
Brian Clifton 48c8482e75 Removed sidebar features and deprecated show on click option
fix https://github.com/brave/brave-browser/issues/20876

With this change, sidebar will be available on all platform.
and sidebar show option is "never" by default.
2022-02-15 20:08:46 +09:00

12 lines
499 B
C++

/* Copyright (c) 2021 The Brave Authors. All rights reserved.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef BRAVE_BROWSER_BRAVE_FEATURES_INTERNAL_NAMES_H_
#define BRAVE_BROWSER_BRAVE_FEATURES_INTERNAL_NAMES_H_
constexpr char kBraveVPNFeatureInternalName[] = "brave-vpn";
#endif // BRAVE_BROWSER_BRAVE_FEATURES_INTERNAL_NAMES_H_