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.
12 lines
499 B
C++
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_
|