contentTracing.setWatchEvent/cancelWatchEvent is removed

This commit is contained in:
Cheng Zhao 2017-01-23 17:42:39 +09:00 committed by Kevin Sawicki
parent 0a91779dfa
commit d8e9432b0d
5 changed files with 0 additions and 55 deletions

View file

@ -69,10 +69,6 @@ void Initialize(v8::Local<v8::Object> exports, v8::Local<v8::Value> unused,
dict.SetMethod("stopRecording", &StopRecording);
dict.SetMethod("getTraceBufferUsage", base::Bind(
&TracingController::GetTraceBufferUsage, controller));
dict.SetMethod("setWatchEvent", base::Bind(
&TracingController::SetWatchEvent, controller));
dict.SetMethod("cancelWatchEvent", base::Bind(
&TracingController::CancelWatchEvent, controller));
}
} // namespace