Chromium Code Reviews| Index: chrome/browser/profile_impl.cc |
| diff --git a/chrome/browser/profile_impl.cc b/chrome/browser/profile_impl.cc |
| index 8b62962ee07cfb12dc35cca2d93259779650d27c..553aaaa406fe8cd92ed92a8c40b8da67f8a0fc53 100644 |
| --- a/chrome/browser/profile_impl.cc |
| +++ b/chrome/browser/profile_impl.cc |
| @@ -1333,8 +1333,7 @@ ProfileImpl::GetDeviceManagementPolicyProvider() { |
| new policy::DeviceManagementBackendImpl( |
| command_line->GetSwitchValueASCII( |
| switches::kDeviceManagementUrl)), |
| - GetTokenService(), |
| - GetPath())); |
| + this)); |
|
Mattias Nissler (ping if slow)
2010/11/22 20:36:08
Note this part of the code needs rebasing, the pol
gfeher
2010/11/23 13:47:51
Done.
|
| } |
| return device_management_policy_provider_.get(); |
| } |