| 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);
|
| +
|
| } // namespace net
|
|
|
| #endif // NET_BASE_FILE_STREAM_METRICS_H_
|
|
|