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

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

Issue 127703002: Add a mechanism to let TracingController invoke JavaScript via TracingUI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 85bbce15c2cb427387258e532da46b7b8d65fd83..40ce0821e2d49a05711cadc43c8ea8900a0e37b5 100644
--- a/content/browser/tracing/tracing_ui.h
+++ b/content/browser/tracing/tracing_ui.h
@@ -10,9 +10,11 @@
namespace content {
// The C++ back-end for the chrome://tracing webui page.
-class TracingUI : public WebUIController {
+class CONTENT_EXPORT TracingUI : public WebUIController {
public:
explicit TracingUI(WebUI* web_ui);
+ virtual ~TracingUI();
+ void OnMonitoringStateChanged(bool is_monitoring);
private:
DISALLOW_COPY_AND_ASSIGN(TracingUI);

Powered by Google App Engine
This is Rietveld 408576698