Index: chrome/browser/history/in_memory_url_index.cc |
diff --git a/chrome/browser/history/in_memory_url_index.cc b/chrome/browser/history/in_memory_url_index.cc |
index d55669a56f60f8a8c7423311a6008fa0de9ba6e8..857d90aff7df3852c5e0de6ead9ef981e7ce9c26 100644 |
--- a/chrome/browser/history/in_memory_url_index.cc |
+++ b/chrome/browser/history/in_memory_url_index.cc |
@@ -4,6 +4,7 @@ |
#include "chrome/browser/history/in_memory_url_index.h" |
+#include "base/debug/trace_event.h" |
#include "base/file_util.h" |
#include "base/utf_string_conversions.h" |
#include "chrome/browser/api/bookmarks/bookmark_service.h" |
@@ -226,6 +227,7 @@ void InMemoryURLIndex::OnURLsDeleted(const URLsDeletedDetails* details) { |
void InMemoryURLIndex::PostRestoreFromCacheFileTask() { |
DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); |
+ TRACE_EVENT0("browser", "InMemoryURLIndex::PostRestoreFromCacheFileTask"); |
base::FilePath path; |
if (!GetCacheFilePath(&path) || shutdown_) { |