| Index: chrome/browser/webdata/web_database_service.h
|
| diff --git a/chrome/browser/webdata/web_database_service.h b/chrome/browser/webdata/web_database_service.h
|
| index 75a4f4d81d6b0860169d84f2f098a8362929cef5..e7587e680af97891465f28a45c02209d051ac27f 100644
|
| --- a/chrome/browser/webdata/web_database_service.h
|
| +++ b/chrome/browser/webdata/web_database_service.h
|
| @@ -52,6 +52,11 @@ class WebDatabaseService {
|
|
|
| virtual ~WebDatabaseService();
|
|
|
| + // Adds |table| as a WebDatabaseTable that will participate in
|
| + // managing the database, transferring ownership. All calls to this
|
| + // method must be made before |LoadDatabase| is called.
|
| + virtual void AddTable(scoped_ptr<WebDatabaseTable> table);
|
| +
|
| // Initializes the web database service. Takes a callback which will return
|
| // the status of the DB after the init.
|
| virtual void LoadDatabase(const InitCallback& callback);
|
|
|