summaryrefslogtreecommitdiff
path: root/chromium/components/reading_list/core/reading_list_model_observer.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-07-17 13:57:45 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-07-19 13:44:40 +0000
commit6ec7b8da05d21a3878bd21c691b41e675d74bb1c (patch)
treeb87f250bc19413750b9bb9cdbf2da20ef5014820 /chromium/components/reading_list/core/reading_list_model_observer.h
parentec02ee4181c49b61fce1c8fb99292dbb8139cc90 (diff)
downloadqtwebengine-chromium-6ec7b8da05d21a3878bd21c691b41e675d74bb1c.tar.gz
BASELINE: Update Chromium to 60.0.3112.70
Change-Id: I9911c2280a014d4632f254857876a395d4baed2d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/components/reading_list/core/reading_list_model_observer.h')
-rw-r--r--chromium/components/reading_list/core/reading_list_model_observer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/components/reading_list/core/reading_list_model_observer.h b/chromium/components/reading_list/core/reading_list_model_observer.h
index 061d1cc3ac9..a0ad2bf3951 100644
--- a/chromium/components/reading_list/core/reading_list_model_observer.h
+++ b/chromium/components/reading_list/core/reading_list_model_observer.h
@@ -32,6 +32,9 @@ class ReadingListModelObserver {
virtual void ReadingListModelCompletedBatchUpdates(
const ReadingListModel* model) {}
+ // Invoked before the destruction of the model.
+ virtual void ReadingListModelBeingShutdown(const ReadingListModel* model) {}
+
// Invoked from the destructor of the model. The model is no longer valid
// after this call. There is no need to call RemoveObserver on the model from
// here, as the observers are automatically deleted.