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

Unified Diff: third_party/WebKit/Source/core/inspector/ThreadDebugger.h

Issue 2197723002: [DevTools] Always instrument async tasks in V8Debugger. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.h
diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
index 5fba03fce89d5f6b78456e3a64d887848db0157e..baaa1192b6be1f4dc41fadc4c76dc12e15bc6373 100644
--- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
+++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h
@@ -48,8 +48,6 @@ public:
bool isExecutionAllowed() override;
double currentTimeMS() override;
bool isInspectableHeapObject(v8::Local<v8::Object>) override;
- void enableAsyncInstrumentation() override;
- void disableAsyncInstrumentation() override;
void installAdditionalCommandLineAPI(v8::Local<v8::Context>, v8::Local<v8::Object>) override;
void consoleTime(const String16& title) override;
void consoleTimeEnd(const String16& title) override;
@@ -76,7 +74,6 @@ private:
static void getEventListenersCallback(const v8::FunctionCallbackInfo<v8::Value>&);
- bool m_asyncInstrumentationEnabled;
Vector<std::unique_ptr<Timer<ThreadDebugger>>> m_timers;
Vector<V8DebuggerClient::TimerCallback> m_timerCallbacks;
Vector<void*> m_timerData;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698