Index: net/base/file_stream_metrics.h |
diff --git a/net/base/file_stream_metrics.h b/net/base/file_stream_metrics.h |
index cdf16e5b01a6d8af980057dac975a2fb92478567..ec877b1a23b379cca9ca649702905931cac7ee88 100644 |
--- a/net/base/file_stream_metrics.h |
+++ b/net/base/file_stream_metrics.h |
@@ -36,6 +36,8 @@ int MaxFileErrorUmaValue(); |
// |record| is a flag indicating that we are interested in this error. |
void RecordFileError(int error, FileErrorSource source, bool record); |
+const char* GetFileErrorSourceName(FileErrorSource source); |
rvargas (doing something else)
2012/01/30 23:11:38
nit: Believe it or not, it took me a minute to fig
ahendrickson
2012/01/31 20:12:40
Done.
|
+ |
} // namespace net |
#endif // NET_BASE_FILE_STREAM_METRICS_H_ |