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

Unified Diff: third_party/WebKit/Source/platform/probe/PlatformProbes.pidl

Issue 2798453002: [instrumentation]: Move probe subscriptions to JSON5 config file from PIDL. (Closed)
Patch Set: Created 3 years, 9 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/probe/PlatformProbes.json5 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/probe/PlatformProbes.pidl
diff --git a/third_party/WebKit/Source/platform/probe/PlatformProbes.pidl b/third_party/WebKit/Source/platform/probe/PlatformProbes.pidl
index 5c1e4671f069fb3d2e0d0bcf5f8ad7cde2df66a8..d40e3614738a790de047123419c651374ba4bf94 100644
--- a/third_party/WebKit/Source/platform/probe/PlatformProbes.pidl
+++ b/third_party/WebKit/Source/platform/probe/PlatformProbes.pidl
@@ -3,12 +3,10 @@
// found in the LICENSE file.
interface PlatformProbes {
+ class FetchContext;
+ class ResourceRequest;
+ class ResourceResponse;
+ struct FetchInitiatorInfo;
-class FetchContext;
-class ResourceRequest;
-class ResourceResponse;
-struct FetchInitiatorInfo;
-
- [PlatformTraceEvents]
- PlatformSendRequest([Keep] FetchContext*, unsigned long identifier, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo&);
+ PlatformSendRequest([Keep] FetchContext*, unsigned long identifier, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo&);
}
« no previous file with comments | « third_party/WebKit/Source/platform/probe/PlatformProbes.json5 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698