| Index: content/public/common/presentation_info.h
|
| diff --git a/content/public/common/presentation_info.h b/content/public/common/presentation_info.h
|
| index b21e251b79658bd767d1f33477ce16f526757ceb..ddfe8cad96939946b312bc942c1196420fda3cf4 100644
|
| --- a/content/public/common/presentation_info.h
|
| +++ b/content/public/common/presentation_info.h
|
| @@ -52,6 +52,7 @@ enum PresentationErrorType {
|
|
|
| // Struct returned when an attempt to create a presentation failed.
|
| struct CONTENT_EXPORT PresentationError {
|
| + // TODO(mfoltz): Should this initialize error_type to UNKNOWN?
|
| PresentationError() = default;
|
| PresentationError(PresentationErrorType error_type,
|
| const std::string& message);
|
|
|