summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_expanded_state_tracker.cc
Commit message (Expand)AuthorAgeFilesLines
* Update some uses of Value in chrome/browser to use the base:: namespace.avi@chromium.org2013-12-231-4/+5
* bookmarks: Change BookmarkExpandedStateTracker to take PrefService.tfarina@chromium.org2013-07-161-11/+9
* components: Move user_prefs into user_prefs namespace.tfarina@chromium.org2013-06-111-2/+2
* bookmarks: Make BookmarkModel::IsLoaded() not virtual.tfarina@chromium.org2013-05-081-1/+1
* Add a remove all bookmarks method to bookmark model.shashishekhar@chromium.org2013-03-301-0/+6
* Introduce //components/user_prefs.joi@chromium.org2013-03-061-2/+3
* Remove PrefServiceBase, since everyone can now depend directly on PrefService.joi@chromium.org2013-02-161-5/+3
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Move the bits of Prefs where production code has only trivially easyjoi@chromium.org2012-10-221-1/+1
* bookmarks: Move away from Profile in BookmarkExpandedStateTracker.tfarina@chromium.org2012-10-121-12/+13
* bookmarks: Switch it to use the PrefService from chrome/browser/api/tfarina@chromium.org2012-09-271-4/+6
* Removing instances of profile_->GetBookmarkModel() as part of converting Book...rlp@chromium.org2012-08-021-1/+2
* Converting BookmarkModel and HistoryService to ProfileKeyedServices. This jus...rlp@chromium.org2012-06-081-5/+7
* Revert 138867 b/c too much redness on MFYI waterfall from many, many leak rep...bruening@google.com2012-05-251-7/+5
* Converting BookmarkModel and HistoryService to ProfileKeyedServices. This jus...rlp@chromium.org2012-05-241-5/+7
* Adds code to track a set of expanded folders. This is going to be usedsky@chromium.org2011-07-131-0/+98