chromium/chrome/browser/ui/views/performance_controls/memory_saver_resource_view.h

// 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.

#ifndef CHROME_BROWSER_UI_VIEWS_PERFORMANCE_CONTROLS_MEMORY_SAVER_RESOURCE_VIEW_H_
#define CHROME_BROWSER_UI_VIEWS_PERFORMANCE_CONTROLS_MEMORY_SAVER_RESOURCE_VIEW_H_

#include "ui/views/layout/flex_layout_view.h"
#include "ui/views/view.h"

// Represents a visualization of the memory savings while this tab was
// previously inactive. This will show the total memory savings and a
// visualization to contextualize those savings.
class MemorySaverResourceView : public views::FlexLayoutView {};

#endif  // CHROME_BROWSER_UI_VIEWS_PERFORMANCE_CONTROLS_MEMORY_SAVER_RESOURCE_VIEW_H_