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

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 45795517e47e56921ac747e324325428126d34e8..1a69171522d9125e934bafc3b2d18a1e5eef3af5 100644
--- a/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
+++ b/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgent.h
@@ -74,6 +74,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_sourceMapURL, const String& in_content) = 0;
// State management methods.
virtual void setInspectorState(PassRefPtr<JSONObject>) = 0;

Powered by Google App Engine
This is Rietveld 408576698