| Index: components/wifi_sync/wifi_config_delegate.h
|
| diff --git a/components/wifi_sync/wifi_config_delegate.h b/components/wifi_sync/wifi_config_delegate.h
|
| index 74a701301675becbe54c1129b751c13dd4324e45..3d801cc76428982e51abbb6a46c0baa150ad7310 100644
|
| --- a/components/wifi_sync/wifi_config_delegate.h
|
| +++ b/components/wifi_sync/wifi_config_delegate.h
|
| @@ -9,8 +9,10 @@ namespace wifi_sync {
|
|
|
| class WifiCredential;
|
|
|
| -// Interface for platform-specific delegates, which provide the ability
|
| -// to configure local WiFi networks settings.
|
| +// Interface for platform-specific delegates. Such delegates a)
|
| +// provide the ability to configure local WiFi networks settings, and
|
| +// b) report local configuration changes to a
|
| +// WifiCredentialSyncableService;
|
| class WifiConfigDelegate {
|
| public:
|
| virtual ~WifiConfigDelegate() {}
|
|
|