Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Unified Diff: components/bookmarks/browser/bookmark_model.h

Issue 1367063004: Support undoing offline page deletion (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/bookmarks/browser/bookmark_model.h
diff --git a/components/bookmarks/browser/bookmark_model.h b/components/bookmarks/browser/bookmark_model.h
index 27837703d0adc6719ef330fb483cd6afe1d1bcb7..488d042e05d7649541b46bd91bccd6aa87edaaac 100644
--- a/components/bookmarks/browser/bookmark_model.h
+++ b/components/bookmarks/browser/bookmark_model.h
@@ -305,6 +305,8 @@ class BookmarkModel : public KeyedService {
void OnFaviconsChanged(const std::set<GURL>& page_urls,
const GURL& icon_url);
+ void OnBookmarkRenumbered(int64 old_id, int64 new_id);
sky 2015/09/25 15:54:44 This shouldn't be public.
jianli 2015/09/25 20:29:24 This method needs to be called from BookmarkUndoSe
+
// Returns the client used by this BookmarkModel.
BookmarkClient* client() const { return client_; }

Powered by Google App Engine
This is Rietveld 408576698