| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Cool, thanks!
base::GetUniqueIdForProcess().GetUnsafeValue());Why not `perfetto::Platform::GetCurrentProcessId()`?
base::GetUniqueIdForProcess().GetUnsafeValue()) {ditto
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
+dtapuska@ for content/ and t_p/b/renderer
+mmenke@ for net/log
Why not `perfetto::Platform::GetCurrentProcessId()`?
Ya that works.
base::GetUniqueIdForProcess().GetUnsafeValue()) {Etienne Pierre-Dorayditto
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
+ ntfschr@ for android_webview/lib/aw_main_delegate.cc
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
aw lgtm
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
+tsepez@ for ipc/
+vasilii@ for chrome/browser/
+rohitrao@ for ios/c/b/t/
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[tracing] Make TraceLog test only
The only reason TraceLog was instantiated in production was
to track "real pid". This CL uses existing GetUniqueIdForProcess()
instead, and removes all references to TraceLog in production.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |