| Index: chrome/browser/profile.h
|
| diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h
|
| index f2accbf6b62573f90b0626e821625822c746bd69..f76a2732680547930b7f74c59e9acd8f2fcb8242 100644
|
| --- a/chrome/browser/profile.h
|
| +++ b/chrome/browser/profile.h
|
| @@ -30,6 +30,10 @@ class TransportSecurityState;
|
| class SSLConfigService;
|
| }
|
|
|
| +namespace policy {
|
| +class DeviceManagementPolicyProvider;
|
| +}
|
| +
|
| namespace webkit_database {
|
| class DatabaseTracker;
|
| }
|
| @@ -472,6 +476,10 @@ class Profile {
|
| // Returns the PromoCounter for Instant, or NULL if not applicable.
|
| virtual PromoCounter* GetInstantPromoCounter() = 0;
|
|
|
| + // Get the device management policy provider for this profile.
|
| + virtual policy::DeviceManagementPolicyProvider*
|
| + GetDeviceManagementPolicyProvider() = 0;
|
| +
|
| #if defined(OS_CHROMEOS)
|
| // Returns ChromeOS's ProxyConfigServiceImpl, creating if not yet created.
|
| virtual chromeos::ProxyConfigServiceImpl*
|
|
|