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

Unified Diff: services/resource_coordinator/public/interfaces/tracing/tracing_constants.mojom

Issue 2833873003: WIP: The tracing service prototype
Patch Set: sync Created 3 years, 7 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: services/resource_coordinator/public/interfaces/tracing/tracing_constants.mojom
diff --git a/services/resource_coordinator/public/interfaces/memory/constants.mojom b/services/resource_coordinator/public/interfaces/tracing/tracing_constants.mojom
similarity index 63%
rename from services/resource_coordinator/public/interfaces/memory/constants.mojom
rename to services/resource_coordinator/public/interfaces/tracing/tracing_constants.mojom
index 8a0387f889971bb784f2bea9c6f04533fa90eb06..39ad4fdcd1f3c526db0628a42b238b749fee52b7 100644
--- a/services/resource_coordinator/public/interfaces/memory/constants.mojom
+++ b/services/resource_coordinator/public/interfaces/tracing/tracing_constants.mojom
@@ -2,6 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module memory_instrumentation.mojom;
+module resource_coordinator.tracing.mojom;
-const uint64 kServiceTracingProcessId = 0xffffffffffffffff;
+const string kServiceName = "tracing";
« no previous file with comments | « services/resource_coordinator/public/interfaces/tracing/tracing.mojom ('k') | services/resource_coordinator/tracing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698