diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-16 23:17:01 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-16 23:17:01 +0000 |
commit | bb100cb03f67173a17124527bfd899ff607db361 (patch) | |
tree | 3cc962faf99778a8dfc4b0460897dc3b50eff273 /chrome/browser/history | |
parent | 26abec2256f8e964208db94acbdd8be1cf1c68ed (diff) | |
download | chromium_src-bb100cb03f67173a17124527bfd899ff607db361.zip chromium_src-bb100cb03f67173a17124527bfd899ff607db361.tar.gz chromium_src-bb100cb03f67173a17124527bfd899ff607db361.tar.bz2 |
Adds logging of loading/saving bookmarks to help me diagnose why some
folks are having problems.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2914
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2290 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/history')
-rw-r--r-- | chrome/browser/history/history.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/history/history.cc b/chrome/browser/history/history.cc index a1adca1..db04446 100644 --- a/chrome/browser/history/history.cc +++ b/chrome/browser/history/history.cc @@ -639,6 +639,7 @@ void HistoryService::BroadcastNotifications( } void HistoryService::OnDBLoaded() { + LOG(INFO) << "History backend finished loading"; backend_loaded_ = true; NotificationService::current()->Notify(NOTIFY_HISTORY_LOADED, Source<Profile>(profile_), |