| Index: components/wifi_sync/wifi_credential_syncable_service_factory.h
|
| diff --git a/components/wifi_sync/wifi_credential_syncable_service_factory.h b/components/wifi_sync/wifi_credential_syncable_service_factory.h
|
| index be5b6c506a21fe68cd47f44c6e88857e66f04d2e..0293f7f63193fbc576807c4ddfeec6737b46bf7d 100644
|
| --- a/components/wifi_sync/wifi_credential_syncable_service_factory.h
|
| +++ b/components/wifi_sync/wifi_credential_syncable_service_factory.h
|
| @@ -17,6 +17,7 @@ class BrowserContext;
|
| namespace wifi_sync {
|
|
|
| class WifiConfigDelegate;
|
| +class WifiConfigObserver;
|
| class WifiCredentialSyncableService;
|
|
|
| // Singleton that owns all WifiCredentialSyncableServices and
|
| @@ -56,6 +57,10 @@ class WifiCredentialSyncableServiceFactory
|
| // |context|.
|
| scoped_ptr<WifiConfigDelegate> BuildWifiConfigDelegateChromeOs(
|
| content::BrowserContext* context) const;
|
| +
|
| + // Returns a scoped pointer to a WifiConfigObserver, which XXX.
|
| + scoped_ptr<WifiConfigObserver> BuildWifiConfigObserverChromeOs(
|
| + content::BrowserContext* context) const;
|
| #endif
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|