| Index: content/public/common/presentation_constants.h
|
| diff --git a/content/public/common/presentation_constants.h b/content/public/common/presentation_constants.h
|
| index e162d400f0f88211b0f8bedceaed1f9843c04ae8..44b33fb47bdd5dc7bd2401c5dac28a8e1a312741 100644
|
| --- a/content/public/common/presentation_constants.h
|
| +++ b/content/public/common/presentation_constants.h
|
| @@ -11,8 +11,8 @@
|
|
|
| namespace content {
|
|
|
| -// The maximum number of bytes allowed in a presentation session message.
|
| -CONTENT_EXPORT extern const size_t kMaxPresentationSessionMessageSize;
|
| +// The maximum number of bytes allowed in a presentation connection message.
|
| +CONTENT_EXPORT extern const size_t kMaxPresentationConnectionMessageSize;
|
|
|
| } // namespace content
|
|
|
|
|