Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: chrome/browser/profile_impl.cc

Issue 4960003: Don't register gmail users at the device management server (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698