chromium/chrome/browser/ui/views/web_apps/frame_toolbar/web_app_frame_toolbar_utils.cc

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

#include "chrome/browser/ui/views/web_apps/frame_toolbar/web_app_frame_toolbar_utils.h"

#include "build/build_config.h"
#include "chrome/browser/ui/views/frame/toolbar_button_provider.h"
#include "chrome/browser/ui/views/toolbar/toolbar_button.h"
#include "ui/views/layout/layout_provider.h"

void ConfigureWebAppToolbarButton(
    ToolbarButton* toolbar_button,
    ToolbarButtonProvider* toolbar_button_provider) {}

int WebAppFrameRightMargin() {}

int HorizontalPaddingBetweenPageActionsAndAppMenuButtons() {}