| Index: components/browser_sync/browser/profile_sync_service.h
|
| diff --git a/components/browser_sync/browser/profile_sync_service.h b/components/browser_sync/browser/profile_sync_service.h
|
| index 430b919a827f5117a0c0521f1cc57c47f18dc90f..243b00f4663682867cfdbf2e2b71932fa4c67ad8 100644
|
| --- a/components/browser_sync/browser/profile_sync_service.h
|
| +++ b/components/browser_sync/browser/profile_sync_service.h
|
| @@ -597,10 +597,6 @@ class ProfileSyncService : public sync_driver::SyncService,
|
|
|
| virtual syncer::WeakHandle<syncer::JsEventHandler> GetJsEventHandler();
|
|
|
| - const sync_driver::DataTypeController::TypeMap& data_type_controllers() {
|
| - return data_type_controllers_;
|
| - }
|
| -
|
| // Helper method for managing encryption UI.
|
| bool IsEncryptedDatatypeEnabled() const;
|
|
|
|
|