| // Copyright (c) 2014 The Chromium OS 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 CHROMEOS_PLATFORM_UPDATE_ENGINE_POLICY_MANAGER_ALL_VARIABLES_H |
| #define CHROMEOS_PLATFORM_UPDATE_ENGINE_POLICY_MANAGER_ALL_VARIABLES_H |
| |
| // List of globally available variables exposed by the different providers. |
| // |
| // Each state provider should implement a header file with the suffix "_vars.h" |
| // with all the defined variable pointers, such as: |
| // Variable<MyType>* var_something; |
| // This file includes all the different provider's header files with these |
| // definitions. |
| |
| #endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_POLICY_MANAGER_ALL_VARIABLES_H |