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

Unified Diff: third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h

Issue 1583383003: [DevTools] Send source map content from frontend to backend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blackbox-inline-source-map
Patch Set: Created 4 years, 11 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
Index: third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
index 95b3bbc64adfe352ab8e179ba81d8e1698d01150..e78b7bb6254c929f09b4080c71140ddbc3eaadd5 100644
--- a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
+++ b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
@@ -75,6 +75,7 @@ public:
virtual void flushAsyncOperationEvents(ErrorString*) = 0;
virtual void setAsyncOperationBreakpoint(ErrorString*, int in_operationId) = 0;
virtual void removeAsyncOperationBreakpoint(ErrorString*, int in_operationId) = 0;
+ virtual void setSourceMapContent(ErrorString*, const String& in_scriptId, const String& in_content) = 0;
// State management methods.
virtual void setInspectorState(InspectorState*) = 0;

Powered by Google App Engine
This is Rietveld 408576698