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

Unified Diff: content/public/browser/tracing_delegate.h

Issue 1181213002: Slow Reports - Embed Metadata in Traces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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: content/public/browser/tracing_delegate.h
diff --git a/content/public/browser/tracing_delegate.h b/content/public/browser/tracing_delegate.h
index b7cfa2d4fb0e4ec3af16ec47adf63723599ad63c..1c762309bad1ddcc632d5b6bdb20865e87772fe0 100644
--- a/content/public/browser/tracing_delegate.h
+++ b/content/public/browser/tracing_delegate.h
@@ -5,6 +5,8 @@
#ifndef CONTENT_PUBLIC_BROWSER_TRACING_DELEGATE_H_
#define CONTENT_PUBLIC_BROWSER_TRACING_DELEGATE_H_
+#include <string>
+
#include "base/memory/scoped_ptr.h"
#include "content/common/content_export.h"
@@ -30,6 +32,8 @@ class CONTENT_EXPORT TracingDelegate {
virtual scoped_ptr<TraceUploader> GetTraceUploader(
net::URLRequestContextGetter* request_context) = 0;
+ virtual bool GetChromeVersion(std::string*) = 0;
oystein (OOO til 10th of July) 2015/06/12 18:14:17 We have this in the content client already, I'm pr
shatch 2015/06/12 19:05:54 Sweet, tried to find where I could get it in conte
+
// This can be used to veto a particular background tracing scenario.
virtual bool IsAllowedToBeginBackgroundScenario(
const BackgroundTracingConfig& config,

Powered by Google App Engine
This is Rietveld 408576698