Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / startup_metric_utils / startup_metric_utils.cc
index 5f60e95..46a70c4 100644 (file)
@@ -229,6 +229,12 @@ void OnInitialPageLoadComplete() {
   g_startup_stats_collection_finished = true;
 }
 
+const base::Time* MainEntryPointTime() {
+  if (!g_main_entry_time_was_recorded)
+    return NULL;
+  return MainEntryPointTimeInternal();
+}
+
 ScopedSlowStartupUMA::~ScopedSlowStartupUMA() {
   if (g_startup_stats_collection_finished)
     return;