| Index: chrome/browser/chromeos/ash_config.h
|
| diff --git a/chrome/browser/chromeos/ash_config.h b/chrome/browser/chromeos/ash_config.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..30e90cb2a8431e1d2893fa21e791fa2977544e97
|
| --- /dev/null
|
| +++ b/chrome/browser/chromeos/ash_config.h
|
| @@ -0,0 +1,17 @@
|
| +// 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 GetConfig();
|
| +
|
| +} // namespace chromeos
|
| +
|
| +#endif // CHROME_BROWSER_CHROMEOS_ASH_CONFIG_H_
|
|
|