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

Unified Diff: third_party/WebKit/public/platform/WebURLRequest.h

Issue 2776523005: Plumbing devtools agent host id and request id between processes (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 | « third_party/WebKit/Source/platform/loader/fetch/ResourceRequest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebURLRequest.h
diff --git a/third_party/WebKit/public/platform/WebURLRequest.h b/third_party/WebKit/public/platform/WebURLRequest.h
index 7fb5caaa559d0bef83972c9e09b96fbd054dddf3..5c712eed603eeb150bd0acec301caed320122338 100644
--- a/third_party/WebKit/public/platform/WebURLRequest.h
+++ b/third_party/WebKit/public/platform/WebURLRequest.h
@@ -347,6 +347,17 @@ class WebURLRequest {
// in-between.
BLINK_PLATFORM_EXPORT void SetIsSameDocumentNavigation(bool);
+ // The DevTools agent host id associated with the requesting page, if any.
+ BLINK_PLATFORM_EXPORT WebString DevToolsAgentHostId() const;
+
+ // The associated DevTools request id, if any.
+ BLINK_PLATFORM_EXPORT WebString DevToolsRequestId() const;
+
+ // The lets the content layer provide the internal id for this request, which
+ // is needed to generate consistent DevTools Request Ids from both browser and
+ // renderer.
+ BLINK_PLATFORM_EXPORT void SetBrowserGeneratedRequestId(unsigned);
+
#if INSIDE_BLINK
BLINK_PLATFORM_EXPORT ResourceRequest& ToMutableResourceRequest();
BLINK_PLATFORM_EXPORT const ResourceRequest& ToResourceRequest() const;
« no previous file with comments | « third_party/WebKit/Source/platform/loader/fetch/ResourceRequest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698