| Index: chrome/browser/extensions/extension_bookmarks_module.cc
|
| diff --git a/chrome/browser/extensions/extension_bookmarks_module.cc b/chrome/browser/extensions/extension_bookmarks_module.cc
|
| index 791b4f9f1f86fe405d684f7a60ab1584396d31a2..f805a1eb36e7798bd73158f1ebbc209f329c3901 100644
|
| --- a/chrome/browser/extensions/extension_bookmarks_module.cc
|
| +++ b/chrome/browser/extensions/extension_bookmarks_module.cc
|
| @@ -762,6 +762,10 @@ void CreateBookmarkFunction::GetQuotaLimitHeuristics(
|
| BookmarksQuotaLimitFactory::BuildForCreate(heuristics, profile());
|
| }
|
|
|
| +BookmarksIOFunction::BookmarksIOFunction() {}
|
| +
|
| +BookmarksIOFunction::~BookmarksIOFunction() {}
|
| +
|
| void BookmarksIOFunction::SelectFile(SelectFileDialog::Type type) {
|
| // Balanced in one of the three callbacks of SelectFileDialog:
|
| // either FileSelectionCanceled, MultiFilesSelected, or FileSelected
|
|
|