| Index: chrome/browser/chromeos/net/onc_utils.h
|
| diff --git a/chrome/browser/chromeos/net/onc_utils.h b/chrome/browser/chromeos/net/onc_utils.h
|
| index c2242a1db47d4f9fa0385c593956e689064699a5..4abc4d5da4f8eeb7c862bcae46a5e0d721a322a2 100644
|
| --- a/chrome/browser/chromeos/net/onc_utils.h
|
| +++ b/chrome/browser/chromeos/net/onc_utils.h
|
| @@ -16,6 +16,9 @@ class ListValue;
|
| }
|
|
|
| namespace chromeos {
|
| +
|
| +class NetworkState;
|
| +
|
| namespace onc {
|
|
|
| // Translates |onc_proxy_settings|, which has to be a valid ONC ProxySettings
|
| @@ -39,6 +42,12 @@ void ImportNetworksForUser(const std::string& hashed_username,
|
| const base::ListValue& network_configs,
|
| std::string* error);
|
|
|
| +// Looks up the policy for |guid| for the current active user and sets
|
| +// |onc_source| accordingly.
|
| +const base::DictionaryValue* FindPolicyForActiveUser(
|
| + const std::string& guid,
|
| + onc::ONCSource* onc_source);
|
| +
|
| } // namespace onc
|
| } // namespace chromeos
|
|
|
|
|