Index: trunk/src/chrome/browser/sync/glue/extension_data_type_controller.h |
=================================================================== |
--- trunk/src/chrome/browser/sync/glue/extension_data_type_controller.h (revision 289111) |
+++ trunk/src/chrome/browser/sync/glue/extension_data_type_controller.h (working copy) |
@@ -22,7 +22,8 @@ |
ExtensionDataTypeController( |
syncer::ModelType type, // Either EXTENSIONS or APPS. |
sync_driver::SyncApiComponentFactory* sync_factory, |
- Profile* profile); |
+ Profile* profile, |
+ const DisableTypeCallback& disable_callback); |
private: |
virtual ~ExtensionDataTypeController(); |