| Index: chrome/browser/policy/browser_policy_connector.h
|
| diff --git a/chrome/browser/policy/browser_policy_connector.h b/chrome/browser/policy/browser_policy_connector.h
|
| index f6cb3e3e70e446021ff757a35577a51736990f8a..733b516cd15849bda45d3e616010f819767c62b6 100644
|
| --- a/chrome/browser/policy/browser_policy_connector.h
|
| +++ b/chrome/browser/policy/browser_policy_connector.h
|
| @@ -130,6 +130,11 @@ class BrowserPolicyConnector {
|
| // previously set delegate is removed. Passing NULL removes the current
|
| // delegate, if there is one.
|
| void SetUserPolicyDelegate(ConfigurationPolicyProvider* user_policy_provider);
|
| +
|
| + // Sets the install attributes for testing. Must be called before the browser
|
| + // is created. Takes ownership of |attributes|.
|
| + static void SetInstallAttributesForTesting(
|
| + EnterpriseInstallAttributes* attributes);
|
| #endif
|
|
|
| // Sets a |provider| that will be included in PolicyServices returned by
|
|
|