| Index: components/webdata/common/web_data_service_base.h
|
| diff --git a/components/webdata/common/web_data_service_base.h b/components/webdata/common/web_data_service_base.h
|
| index 9e0867dd8fa0c8743c585ba9e10485516e108496..ac56b8bce971c021dc3cfb22dfc4ee197d12e925 100644
|
| --- a/components/webdata/common/web_data_service_base.h
|
| +++ b/components/webdata/common/web_data_service_base.h
|
| @@ -83,11 +83,6 @@ class WEBDATA_EXPORT WebDataServiceBase
|
| // ShutdownOnUIThread has not yet been called.
|
| virtual bool IsDatabaseLoaded();
|
|
|
| - // Returns a pointer to the DB (used by SyncableServices). May return NULL if
|
| - // the database is not loaded or otherwise unavailable. Must be called on
|
| - // DBThread.
|
| - virtual WebDatabase* GetDatabase();
|
| -
|
| protected:
|
| virtual ~WebDataServiceBase();
|
|
|
|
|