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