chromium/chrome/browser/ui/views/web_apps/frame_toolbar/web_app_navigation_button_container.h

// Copyright 2020 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_WEB_APPS_FRAME_TOOLBAR_WEB_APP_NAVIGATION_BUTTON_CONTAINER_H_
#define CHROME_BROWSER_UI_VIEWS_WEB_APPS_FRAME_TOOLBAR_WEB_APP_NAVIGATION_BUTTON_CONTAINER_H_

#include "base/memory/raw_ptr.h"
#include "chrome/browser/command_observer.h"
#include "third_party/skia/include/core/SkColor.h"
#include "ui/base/metadata/metadata_header_macros.h"
#include "ui/views/view.h"

class BackForwardButton;
class ReloadButton;
class Browser;
class BrowserView;
class ToolbarButtonProvider;

// Holds controls in the far left of the toolbar.
class WebAppNavigationButtonContainer : public views::View,
                                        public CommandObserver {};

#endif  // CHROME_BROWSER_UI_VIEWS_WEB_APPS_FRAME_TOOLBAR_WEB_APP_NAVIGATION_BUTTON_CONTAINER_H_