blob: e34ac5e5f4786e8718d1a825a2769133456c3890 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_CHROMEOS_ASH_CONFIG_H_
#define CHROME_BROWSER_CHROMEOS_ASH_CONFIG_H_
#include "ash/public/cpp/config.h"
namespace chromeos {
// Returns the configuration of ash begin run.
ash::Config GetAshConfig();
} // namespace chromeos
#endif // CHROME_BROWSER_CHROMEOS_ASH_CONFIG_H_