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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 26513005: Report errors from ChromiumEnv::GetChildren in Posix. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment to PlatformFileError Created 7 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:
Download patch
« base/platform_file.h ('K') | « third_party/leveldatabase/env_chromium.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index de51a0a93ce8161caee9483eb180ff05fc06b82a..bb07a9d9be9b0d54ac94fcb62300ce9147be9523 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23568,6 +23568,7 @@ other types of suffix sets.
<int value="17" label="GetTestDirectory"/>
<int value="18" label="NewLogger"/>
<int value="19" label="SyncParent"/>
+ <int value="20" label="GetChildren"/>
</enum>
<enum name="LinkMonitorFailureType" type="int">
@@ -28155,6 +28156,7 @@ other types of suffix sets.
<group name="CreateDir" label="ChromiumEnv::CreateDir"/>
<group name="DeleteDir" label="ChromiumEnv::DeleteDir"/>
<group name="DeleteFile" label="ChromiumEnv::DeleteFile"/>
+ <group name="GetChildren" label="ChromiumEnv::GetChildren"/>
<group name="GetFileSize" label="ChromiumEnv::GetFileSize"/>
<group name="LockFile" label="ChromiumEnv::LockFile"/>
<group name="NewRandomAccessFile" label="ChromiumEnv::NewRandomAccessFile"/>
« base/platform_file.h ('K') | « third_party/leveldatabase/env_chromium.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698