| Index: chrome/browser/browser_process.h
|
| diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
|
| index b74276d5eb56a619b16127ef76a5946335a8c123..704bd981598645b027209168738832531f863344 100644
|
| --- a/chrome/browser/browser_process.h
|
| +++ b/chrome/browser/browser_process.h
|
| @@ -136,6 +136,9 @@ class BrowserProcess {
|
| // Starts and manages the policy system.
|
| virtual policy::BrowserPolicyConnector* browser_policy_connector() = 0;
|
|
|
| + // Returns true if policy system was already started.
|
| + virtual bool is_browser_policy_connector_created() = 0;
|
| +
|
| // This is the main interface for chromium components to retrieve policy
|
| // information from the policy system.
|
| virtual policy::PolicyService* policy_service() = 0;
|
|
|