blob: 805697ed68abe829b2d982d64569e30561161cb0 [file] [log] [blame]
// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_METRICS_FIRST_WEB_CONTENTS_PROFILER_H_
#define CHROME_BROWSER_METRICS_FIRST_WEB_CONTENTS_PROFILER_H_
namespace metrics {
// Measures startup performance of the first active web contents.
void BeginFirstWebContentsProfiling();
} // namespace metrics
#endif // CHROME_BROWSER_METRICS_FIRST_WEB_CONTENTS_PROFILER_H_