Index: components/bookmarks/browser/bookmark_model_observer.h |
diff --git a/components/bookmarks/browser/bookmark_model_observer.h b/components/bookmarks/browser/bookmark_model_observer.h |
index 80917581227ecdb8c93d56985d30a36c527e0206..c740046cf586db25e67f323323a54c69c9b0be5b 100644 |
--- a/components/bookmarks/browser/bookmark_model_observer.h |
+++ b/components/bookmarks/browser/bookmark_model_observer.h |
@@ -102,7 +102,8 @@ class BookmarkModelObserver { |
// Invoked before all non-permanent bookmark nodes are removed. |
virtual void OnWillRemoveAllBookmarks(BookmarkModel* model) {} |
- // Invoked when all non-permanent bookmark nodes have been removed. |
+ // Invoked when all non-permanent bookmark nodes that are editable by the |
+ // user have been removed. |
// |removed_urls| is populated with the urls which no longer have any |
// bookmarks associated with them. |
virtual void BookmarkAllNodesRemoved(BookmarkModel* model, |