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

Unified Diff: services/tracing/service.h

Issue 2427443002: Replace remaining shell references with service manager (Closed)
Patch Set: Created 4 years, 2 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 | « services/tracing/public/interfaces/tracing.mojom ('k') | services/tracing/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/tracing/service.h
diff --git a/services/tracing/service.h b/services/tracing/service.h
index 022214b36afd23d01fbe2d3995b2394d2ae4f8bf..2f92e952a9cddacad359685a0f96b7f4939c7a8c 100644
--- a/services/tracing/service.h
+++ b/services/tracing/service.h
@@ -61,8 +61,8 @@ class Service : public service_manager::Service,
void StopAndFlush() override;
// mojom::StartupPerformanceDataCollector:
- void SetShellProcessCreationTime(int64_t time) override;
- void SetShellMainEntryPointTime(int64_t time) override;
+ void SetServiceManagerProcessCreationTime(int64_t time) override;
+ void SetServiceManagerMainEntryPointTime(int64_t time) override;
void SetBrowserMessageLoopStartTicks(int64_t ticks) override;
void SetBrowserWindowDisplayTicks(int64_t ticks) override;
void SetBrowserOpenTabsTimeDelta(int64_t delta) override;
« no previous file with comments | « services/tracing/public/interfaces/tracing.mojom ('k') | services/tracing/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698