• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2022 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #include "base/power_monitor/power_monitor_features.h"
6 
7 #include "base/feature_list.h"
8 
9 namespace base {
10 
11 #if BUILDFLAG(IS_IOS)
12 BASE_FEATURE(kRemoveIOSPowerEventNotifications,
13              "RemoveIOSPowerEventNotifications",
14              FEATURE_DISABLED_BY_DEFAULT);
15 #endif
16 
17 }  // namespace base
18