| Index: chrome/browser/sync/test/integration/wifi_credentials_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/wifi_credentials_helper.cc b/chrome/browser/sync/test/integration/wifi_credentials_helper.cc
|
| index 7472aa1e228041fb3d8d9a03310c6c54e99e1e4e..51a2ebc2f5ea65f38caa39afb07fe61a97cad01f 100644
|
| --- a/chrome/browser/sync/test/integration/wifi_credentials_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/wifi_credentials_helper.cc
|
| @@ -137,7 +137,6 @@ scoped_ptr<WifiCredential> MakeWifiCredential(const std::string& ssid,
|
| }
|
|
|
| void AddWifiCredential(int profile_index,
|
| - const std::string& sync_id,
|
| const WifiCredential& credential) {
|
| AddWifiCredentialToProfile(test()->GetProfile(profile_index), credential);
|
| if (test()->use_verifier())
|
| @@ -146,8 +145,7 @@ void AddWifiCredential(int profile_index,
|
| // TODO(quiche): Remove this, once we have plumbing to route
|
| // NetworkConfigurationObserver events to
|
| // WifiCredentialSyncableService instances.
|
| - GetServiceForProfile(profile_index)
|
| - ->AddToSyncedNetworks(sync_id, credential);
|
| + GetServiceForProfile(profile_index)->AddToSyncedNetworks(credential);
|
| }
|
|
|
| WifiCredentialSet GetWifiCredentialsForProfile(const Profile* profile) {
|
|
|