Chromium Code Reviews| Index: components/webdata/common/web_database_service.h |
| diff --git a/components/webdata/common/web_database_service.h b/components/webdata/common/web_database_service.h |
| index 1bdfca8504edc317b12d9360a1082f07262fc8f3..4fc15e5f05b0ca33b472ac1b95d0dd6dfcaeccdc 100644 |
| --- a/components/webdata/common/web_database_service.h |
| +++ b/components/webdata/common/web_database_service.h |
| @@ -75,6 +75,8 @@ class WEBDATA_EXPORT WebDatabaseService |
| // TODO(caitkp): remove this method once SyncServices no longer depend on it. |
| virtual WebDatabase* GetDatabaseOnDB() const; |
| + virtual scoped_refptr<WebDataServiceBackend> GetBackend() const; |
|
Jói
2013/05/07 19:39:41
Documentation?
Cait (Slow)
2013/05/07 20:14:56
Done.
|
| + |
| // Schedule an update/write task on the DB thread. |
| virtual void ScheduleDBTask( |
| const tracked_objects::Location& from_here, |