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

Unified Diff: test/inspector/inspector-impl.h

Issue 2842903002: [inspector] improved V8Debugger::breakProgram method (Closed)
Patch Set: rebased Created 3 years, 8 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 | « test/inspector/debugger/destory-in-break-program-expected.txt ('k') | test/inspector/inspector-impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/inspector-impl.h
diff --git a/test/inspector/inspector-impl.h b/test/inspector/inspector-impl.h
index 4b1ca75dd80cb646a6e0eee576a7bc1f4b0cd51d..93ae93996b51d09788cdf21d9750ac5a08020f8e 100644
--- a/test/inspector/inspector-impl.h
+++ b/test/inspector/inspector-impl.h
@@ -26,6 +26,7 @@ class InspectorClientImpl : public v8_inspector::V8InspectorClient {
virtual ~InspectorClientImpl();
void scheduleReconnect(v8::base::Semaphore* ready_semaphore);
+ void scheduleDisconnect(v8::base::Semaphore* ready_semaphore);
void scheduleCreateContextGroup(
TaskRunner::SetupGlobalTasks setup_global_tasks,
v8::base::Semaphore* ready_semaphore, int* context_group_id);
@@ -63,7 +64,7 @@ class InspectorClientImpl : public v8_inspector::V8InspectorClient {
friend class ConnectTask;
void connect(v8::Local<v8::Context> context);
friend class DisconnectTask;
- void disconnect();
+ void disconnect(bool reset_inspector);
friend class CreateContextGroupTask;
int createContextGroup(
const TaskRunner::SetupGlobalTasks& setup_global_tasks);
« no previous file with comments | « test/inspector/debugger/destory-in-break-program-expected.txt ('k') | test/inspector/inspector-impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698