Chromium Code Reviews| Index: chrome/browser/sync/profile_sync_factory_impl.h |
| diff --git a/chrome/browser/sync/profile_sync_factory_impl.h b/chrome/browser/sync/profile_sync_factory_impl.h |
| index 1403f5d7dc10118de8e850bc510ae885d7b61938..30de7b6f0616c34c9545e1624702cdf8e17a4f51 100644 |
| --- a/chrome/browser/sync/profile_sync_factory_impl.h |
| +++ b/chrome/browser/sync/profile_sync_factory_impl.h |
| @@ -49,6 +49,10 @@ class ProfileSyncFactoryImpl : public ProfileSyncFactory { |
| ProfileSyncService* profile_sync_service, |
| browser_sync::UnrecoverableErrorHandler* error_handler); |
| + virtual SyncComponents CreateExtensionSettingSyncComponents( |
| + ProfileSyncService* profile_sync_service, |
| + browser_sync::UnrecoverableErrorHandler* error_handler); |
|
akalin
2011/09/21 01:58:41
have this take ExtensionSettings* extension_settin
not at google - send to devlin
2011/09/21 03:55:18
Done.
|
| + |
| virtual SyncComponents CreateExtensionSyncComponents( |
| ProfileSyncService* profile_sync_service, |
| browser_sync::UnrecoverableErrorHandler* error_handler); |