chromium/chrome/browser/ui/performance_controls/battery_saver_button_controller.cc

// Copyright 2022 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/ui/performance_controls/battery_saver_button_controller.h"

#include "chrome/browser/browser_process.h"
#include "chrome/browser/ui/performance_controls/battery_saver_button_controller_delegate.h"

BatterySaverButtonController::BatterySaverButtonController() = default;

BatterySaverButtonController::~BatterySaverButtonController() = default;

void BatterySaverButtonController::Init(
    BatterySaverButtonControllerDelegate* delegate) {}

void BatterySaverButtonController::OnBatterySaverActiveChanged(bool is_active) {}

void BatterySaverButtonController::UpdateVisibilityState(bool is_active) {}