| Index: chrome/browser/sync/profile_sync_factory_impl.h
|
| ===================================================================
|
| --- chrome/browser/sync/profile_sync_factory_impl.h (revision 98647)
|
| +++ chrome/browser/sync/profile_sync_factory_impl.h (working copy)
|
| @@ -75,6 +75,10 @@
|
| ProfileSyncService* profile_sync_service,
|
| browser_sync::UnrecoverableErrorHandler* error_handler);
|
|
|
| + virtual SyncComponents CreateSearchEngineSyncComponents(
|
| + ProfileSyncService* profile_sync_service,
|
| + browser_sync::UnrecoverableErrorHandler* error_handler);
|
| +
|
| private:
|
| Profile* profile_;
|
| CommandLine* command_line_;
|
|
|