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

Unified Diff: tracing/tracing/ui/extras/about_tracing/mock_tracing_controller_client.html

Issue 1673893002: [trace-viewer] Removed monitoring mode (Closed) Base URL: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git@master
Patch Set: 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 | « tracing/trace_viewer.gypi ('k') | tracing/tracing/ui/extras/about_tracing/profiling_view.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/extras/about_tracing/mock_tracing_controller_client.html
diff --git a/tracing/tracing/ui/extras/about_tracing/mock_tracing_controller_client.html b/tracing/tracing/ui/extras/about_tracing/mock_tracing_controller_client.html
index 082a9edbf57911efb17110fdedc476d858f3a488..a88122ff636a6b89d1b42915a706564558b6e55a 100644
--- a/tracing/tracing/ui/extras/about_tracing/mock_tracing_controller_client.html
+++ b/tracing/tracing/ui/extras/about_tracing/mock_tracing_controller_client.html
@@ -61,22 +61,6 @@ tr.exportTo('tr.ui.e.about_tracing', function() {
assert.equal(this.requests.length, this.nextRequestIndex);
},
- beginMonitoring: function(monitoringOptions) {
- return this._request('beginMonitoring', monitoringOptions);
- },
-
- endMonitoring: function() {
- return this._request('endMonitoring');
- },
-
- captureMonitoring: function() {
- return this._request('captureMonitoring');
- },
-
- getMonitoringStatus: function() {
- return this._request('getMonitoringStatus');
- },
-
getCategories: function() {
return this._request('getCategories');
},
« no previous file with comments | « tracing/trace_viewer.gypi ('k') | tracing/tracing/ui/extras/about_tracing/profiling_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698