| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 8a6d4ca59891f9a3f4525f626c28184f4e581a36..bdb507ca6dbc0c90c2062c7f3cd7fbcb204f3ec5 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -24925,6 +24925,42 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="ImportantFile.FileCreateError" enum="PlatformFileError">
|
| + <owner>xaerox@yandex-team.ru</owner>
|
| + <summary>
|
| + File error happened upon temporary file creation at ImportantFileWriter.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="ImportantFile.FileDeleteError" enum="PlatformFileError">
|
| + <owner>xaerox@yandex-team.ru</owner>
|
| + <summary>
|
| + File error happened upon temporary file deletion at ImportantFileWriter.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="ImportantFile.FileOpenError" enum="PlatformFileError">
|
| + <owner>xaerox@yandex-team.ru</owner>
|
| + <summary>
|
| + File error happened upon opening temporary file at ImportantFileWriter.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="ImportantFile.FileRenameError" enum="PlatformFileError">
|
| + <owner>xaerox@yandex-team.ru</owner>
|
| + <summary>
|
| + File error happened upon temporary file renaming at ImportantFileWriter.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="ImportantFile.FileWriteError" enum="PlatformFileError">
|
| + <owner>xaerox@yandex-team.ru</owner>
|
| + <summary>
|
| + File error happened upon writing data to temporary file at
|
| + ImportantFileWriter.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="ImportantFile.TempFileFailures" enum="TempFileFailure">
|
| <owner>rvargas@chromium.org</owner>
|
| <summary>
|
| @@ -89434,6 +89470,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <affected-histogram name="PageLoad.Timing2.NavigationToFirstContentfulPaint"/>
|
| </histogram_suffixes>
|
|
|
| +<histogram_suffixes name="ImportantFileWriterSuffix" separator=".">
|
| + <suffix name="BookmarkStorage"/>
|
| + <suffix name="FeedbackReport"/>
|
| + <affected-histogram name="ImportantFile.FileCreateError"/>
|
| + <affected-histogram name="ImportantFile.FileDeleteError"/>
|
| + <affected-histogram name="ImportantFile.FileOpenError"/>
|
| + <affected-histogram name="ImportantFile.FileRenameError"/>
|
| + <affected-histogram name="ImportantFile.FileWriteError"/>
|
| + <affected-histogram name="ImportantFile.TempFileFailures"/>
|
| +</histogram_suffixes>
|
| +
|
| <histogram_suffixes name="IndexedDBLevelDBErrnoMethods" separator=".">
|
| <suffix name="NewLogger" label="ChromiumEnv::NewLogger"/>
|
| <suffix name="NewSequentialFile" label="ChromiumEnv::NewSequentialFile"/>
|
|
|