Index: chrome/browser/history/starred_url_database.h |
diff --git a/chrome/browser/history/starred_url_database.h b/chrome/browser/history/starred_url_database.h |
index 794b6b38f005ad1f81563b2e644f1d94458eda45..3c08a6ceda8f92a45855a1df68d3fed8bed27ab3 100644 |
--- a/chrome/browser/history/starred_url_database.h |
+++ b/chrome/browser/history/starred_url_database.h |
@@ -23,6 +23,10 @@ class Connection; |
namespace history { |
+// ID (both star_id and folder_id) of the bookmark bar. |
+// This entry always exists. |
+extern const int64 kBookmarkBarID; |
sky
2011/07/07 15:37:02
This should be a static member of StarredURLDataba
tfarina
2011/07/07 16:19:50
Done.
|
+ |
// Bookmarks were originally part of the url database, they have since been |
// moved to a separate file. This file exists purely for historical reasons and |
// contains just enough to allow migration. |