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

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..752d8be23f5b0f32c883e9d6911bafdae38b7244 100644
--- a/content/browser/tracing/tracing_ui.h
+++ b/content/browser/tracing/tracing_ui.h
@@ -13,6 +13,8 @@ namespace content {
class TracingUI : public WebUIController {
public:
explicit TracingUI(WebUI* web_ui);
+ virtual ~TracingUI() OVERRIDE;
+ void OnMonitoringStateChanged(bool is_monitoring);
private:
DISALLOW_COPY_AND_ASSIGN(TracingUI);

Powered by Google App Engine
This is Rietveld 408576698