Index: components/policy/core/common/policy_loader_ios.h |
diff --git a/components/policy/core/common/policy_loader_ios.h b/components/policy/core/common/policy_loader_ios.h |
index d3c9771f60045e93dc4abf4f3b4c35e26a946a88..90f37ebb0e1e57ea167f04694a6db7abe8519859 100644 |
--- a/components/policy/core/common/policy_loader_ios.h |
+++ b/components/policy/core/common/policy_loader_ios.h |
@@ -30,6 +30,10 @@ class POLICY_EXPORT PolicyLoaderIOS : public AsyncPolicyLoader { |
private: |
void UserDefaultsChanged(); |
+ // Loads the Chrome policies in |dictionary| into the given |bundle|. |
+ static void LoadNSDictionaryToPolicyBundle(NSDictionary* dictionary, |
+ PolicyBundle* bundle); |
+ |
// Used to manage the registration for NSNotificationCenter notifications. |
base::scoped_nsobject<id> notification_observer_; |