| Index: third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp
|
| index 719f98248fcba56dff12b24462a812fe6b434621..58e2b5395c1ad9cab0c5bd7ce1d3e9622674394e 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp
|
| @@ -259,7 +259,6 @@ void V8ProfilerAgentImpl::start(ErrorString* error)
|
| m_frontendInitiatedProfileId = nextProfileId();
|
| startProfiling(m_frontendInitiatedProfileId);
|
| m_state->setBoolean(ProfilerAgentState::userInitiatedProfiling, true);
|
| - m_session->client()->profilingStarted();
|
| }
|
|
|
| void V8ProfilerAgentImpl::stop(ErrorString* errorString, std::unique_ptr<protocol::Profiler::CPUProfile>* profile)
|
| @@ -278,7 +277,6 @@ void V8ProfilerAgentImpl::stop(ErrorString* errorString, std::unique_ptr<protoco
|
| }
|
| m_frontendInitiatedProfileId = String16();
|
| m_state->setBoolean(ProfilerAgentState::userInitiatedProfiling, false);
|
| - m_session->client()->profilingStopped();
|
| }
|
|
|
| String16 V8ProfilerAgentImpl::nextProfileId()
|
|
|