| Index: chrome/browser/sync/test/integration/wifi_credentials_helper_chromeos.h
|
| diff --git a/chrome/browser/sync/test/integration/wifi_credentials_helper_chromeos.h b/chrome/browser/sync/test/integration/wifi_credentials_helper_chromeos.h
|
| index dc10c3f67f8a59d496355726f049fe9c177e7fad..9d20e54a10414f0e060895cacaa695728276dfab 100644
|
| --- a/chrome/browser/sync/test/integration/wifi_credentials_helper_chromeos.h
|
| +++ b/chrome/browser/sync/test/integration/wifi_credentials_helper_chromeos.h
|
| @@ -11,6 +11,19 @@ class Profile;
|
|
|
| namespace wifi_credentials_helper {
|
|
|
| +// Performs ChromeOS-specific setup.
|
| +void SetUpChromeOs();
|
| +
|
| +// Performs ChromeOS-specific setup for a given sync client, given
|
| +// that client's Profile.
|
| +bool SetupClientForProfileChromeOs(const Profile* profile);
|
| +
|
| +// Adds a WiFi credential to the ChromeOS networking backend,
|
| +// associating the credential with the ChromeOS networking state that
|
| +// corresonds to |profile|.
|
| +void AddWifiCredentialToProfileChromeOs(
|
| + Profile* profile, const wifi_sync::WifiCredential& credential);
|
| +
|
| // Returns the ChromeOS WiFi credentials associated with |profile|.
|
| wifi_sync::WifiCredential::CredentialSet GetWifiCredentialsForProfileChromeOs(
|
| const Profile* profile);
|
|
|