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

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

Issue 2899223002: [MD Bookmarks] Fix singleton tab behavior. (Closed)
Patch Set: add bookmark node constants Created 3 years, 7 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 2a52eb1e2dbc54921704eb2527cf9baaeb5a61c2..9a3c7369216dc42d32b5e93c4fef4878f79cab77 100644
--- a/components/bookmarks/browser/bookmark_model.h
+++ b/components/bookmarks/browser/bookmark_model.h
@@ -73,6 +73,10 @@ class BookmarkModel : public BookmarkUndoProvider,
base::string16 title;
};
+ static const int64_t BOOKMARKS_BAR_NODE_ID;
+ static const int64_t OTHER_BOOKMARKS_NODE_ID;
+ static const int64_t MOBILE_BOOKMARKS_NODE_ID;
+
explicit BookmarkModel(std::unique_ptr<BookmarkClient> client);
~BookmarkModel() override;

Powered by Google App Engine
This is Rietveld 408576698