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

Unified Diff: components/startup_metric_utils/browser/startup_metric_host_impl.h

Issue 2131773003: Update mojo typemaps for base::Time* to pass by value. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « no previous file | components/startup_metric_utils/browser/startup_metric_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/startup_metric_utils/browser/startup_metric_host_impl.h
diff --git a/components/startup_metric_utils/browser/startup_metric_host_impl.h b/components/startup_metric_utils/browser/startup_metric_host_impl.h
index cf903f37139b3e8880744f0ee677888445330d8b..e8f1fe25477e02a991db0806994bfe5c52ed5517 100644
--- a/components/startup_metric_utils/browser/startup_metric_host_impl.h
+++ b/components/startup_metric_utils/browser/startup_metric_host_impl.h
@@ -23,7 +23,7 @@ class StartupMetricHostImpl : public mojom::StartupMetricHost {
~StartupMetricHostImpl() override;
void RecordRendererMainEntryTime(
- const base::TimeTicks& renderer_main_entry_time) override;
+ base::TimeTicks renderer_main_entry_time) override;
mojo::StrongBinding<mojom::StartupMetricHost> binding_;
« no previous file with comments | « no previous file | components/startup_metric_utils/browser/startup_metric_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698