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

Unified Diff: storage/browser/quota/quota_task.cc

Issue 1394563002: Add trace to the caller of QuotaManager::GetAvailableSpace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
Index: storage/browser/quota/quota_task.cc
diff --git a/storage/browser/quota/quota_task.cc b/storage/browser/quota/quota_task.cc
index a0bda596a3ac833fdf82018456b578d3930620bc..748300b8ee8ad529cdc627ebe8c53154a5b472aa 100644
--- a/storage/browser/quota/quota_task.cc
+++ b/storage/browser/quota/quota_task.cc
@@ -11,6 +11,7 @@
#include "base/location.h"
#include "base/message_loop/message_loop.h"
#include "base/thread_task_runner_handle.h"
+#include "base/trace_event/trace_event.h"
michaeln 2015/10/09 22:10:39 use it or lose it
oshima 2015/10/09 22:36:48 removed
using base::TaskRunner;

Powered by Google App Engine
This is Rietveld 408576698