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

Unified Diff: chrome/browser/history/starred_url_database.h

Issue 7316013: history: Move kBookmarkBarID constant out of HistoryService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sky review Created 9 years, 5 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
« no previous file with comments | « chrome/browser/history/history.cc ('k') | chrome/browser/history/starred_url_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..5d695e609bb3d664a01193604228afc4c9874d26 100644
--- a/chrome/browser/history/starred_url_database.h
+++ b/chrome/browser/history/starred_url_database.h
@@ -34,6 +34,10 @@ class StarredURLDatabase : public URLDatabase {
virtual ~StarredURLDatabase();
protected:
+ // ID (both star_id and folder_id) of the bookmark bar.
+ // This entry always exists.
+ static const int64 kBookmarkBarID;
sky 2011/07/07 17:07:53 Move this after friends.
tfarina 2011/07/07 17:42:20 Done.
+
// The unit tests poke our innards.
friend class HistoryTest;
friend class StarredURLDatabaseTest;
« no previous file with comments | « chrome/browser/history/history.cc ('k') | chrome/browser/history/starred_url_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698