Commit b02425c0 authored by David Teller's avatar David Teller
Browse files

Bug 1597562 - about:memory now displays process types;r=mccr8

parent faf86b50
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -1345,7 +1345,11 @@ mozilla::ipc::IPCResult ContentChild::RecvRequestMemoryReport(
    const bool& aMinimizeMemoryUsage,
    const Maybe<mozilla::ipc::FileDescriptor>& aDMDFile) {
  nsCString process;
  if (aAnonymize) {
    GetProcessName(process);
  } else {
    process = NS_ConvertUTF16toUTF8(GetRemoteType());
  }
  AppendProcessId(process);

  MemoryReportRequestClient::Start(