Chromium Code Reviews| Index: chrome/browser/policy/configuration_policy_handler_list_factory.h |
| diff --git a/chrome/browser/policy/configuration_policy_handler_list_factory.h b/chrome/browser/policy/configuration_policy_handler_list_factory.h |
| index cf95e1cceafeada8ed7c2f69faaf4c281129b947..b0bd257de3445fde2adb5cf907cf0d4fa58bacc2 100644 |
| --- a/chrome/browser/policy/configuration_policy_handler_list_factory.h |
| +++ b/chrome/browser/policy/configuration_policy_handler_list_factory.h |
| @@ -11,6 +11,9 @@ namespace policy { |
| class ConfigurationPolicyHandlerList; |
| class Schema; |
| +struct PolicyHandlerParameters; |
| + |
| +void PopulatePolicyHandlerParameters(PolicyHandlerParameters* parameters); |
|
bartfab (slow)
2014/03/13 13:20:00
Instead of exposing this function via the header,
|
| // Builds a platform-specific handler list. |
| scoped_ptr<ConfigurationPolicyHandlerList> BuildHandlerList( |