chromium/chrome/browser/performance_manager/user_tuning/memory_saver_policy_handler.cc

// Copyright 2023 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/performance_manager/public/user_tuning/memory_saver_policy_handler.h"

#include "components/performance_manager/public/user_tuning/prefs.h"
#include "components/policy/policy_constants.h"
#include "components/prefs/pref_value_map.h"

kMemorySaverModeState;
MemorySaverModeState;

namespace performance_manager {

MemorySaverPolicyHandler::MemorySaverPolicyHandler()
    :{}

MemorySaverPolicyHandler::~MemorySaverPolicyHandler() = default;

void MemorySaverPolicyHandler::ApplyPolicySettings(
    const policy::PolicyMap& policies,
    PrefValueMap* prefs) {}

}  // namespace performance_manager