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

Unified Diff: content/browser/loader/stream_resource_handler.cc

Issue 1569673002: [NOT FOR LANDING] Detailed loading traces Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 10 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 | « content/browser/loader/resource_scheduler.cc ('k') | content/browser/loader/sync_resource_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/loader/stream_resource_handler.cc
diff --git a/content/browser/loader/stream_resource_handler.cc b/content/browser/loader/stream_resource_handler.cc
index daf41e574dbc1e5dc585b12a6a4ad396d9737309..97450daf0d75931cf8dc30f833efea396baa8a62 100644
--- a/content/browser/loader/stream_resource_handler.cc
+++ b/content/browser/loader/stream_resource_handler.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "content/browser/loader/stream_resource_handler.h"
-
+#include "base/trace_event/trace_event.h"
#include "base/logging.h"
namespace content {
@@ -16,6 +16,7 @@ StreamResourceHandler::StreamResourceHandler(net::URLRequest* request,
}
StreamResourceHandler::~StreamResourceHandler() {
+ TRACE_EVENT0("toplevel", "StreamResourceHandler::~StreamResourceHandler");
}
void StreamResourceHandler::SetController(ResourceController* controller) {
« no previous file with comments | « content/browser/loader/resource_scheduler.cc ('k') | content/browser/loader/sync_resource_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698