blob: 14fc03a64204ab52467c9fa452b789a779e25a73 [file] [log] [blame]
// Copyright 2021 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_ASH_DEFAULT_PINNED_APPS_H_
#define CHROME_BROWSER_UI_ASH_DEFAULT_PINNED_APPS_H_
#include <vector>
using StaticAppId = const char*;
std::vector<StaticAppId> GetDefaultPinnedAppsForFormFactor();
#endif // CHROME_BROWSER_UI_ASH_DEFAULT_PINNED_APPS_H_