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

Unified Diff: content/browser/tracing/tracing_ui.h

Issue 911153002: Moved the TraceUploader to chrome/ and abstracted it for alternative new upload destinations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: content/browser/tracing/tracing_ui.h
diff --git a/content/browser/tracing/tracing_ui.h b/content/browser/tracing/tracing_ui.h
index 7b69337c0917d6b53708e1bcdff6c0d0a994e86d..65bad8356acb75be6da4d44284cae1d56bb23255 100644
--- a/content/browser/tracing/tracing_ui.h
+++ b/content/browser/tracing/tracing_ui.h
@@ -13,6 +13,8 @@
namespace content {
+class TracingDelegate;
+
// The C++ back-end for the chrome://tracing webui page.
class CONTENT_EXPORT TracingUI : public WebUIController {
public:
@@ -26,6 +28,7 @@ class CONTENT_EXPORT TracingUI : public WebUIController {
const std::string& error_message);
private:
+ scoped_ptr<TracingDelegate> delegate_;
base::WeakPtrFactory<TracingUI> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(TracingUI);

Powered by Google App Engine
This is Rietveld 408576698