Index: content/public/common/presentation_constants.cc |
diff --git a/content/public/common/presentation_constants.cc b/content/public/common/presentation_constants.cc |
index da7e6acd3766d99187726263e9734dd2f62f623a..0448326837ef44bb1c6325a63786fd2dec436b62 100644 |
--- a/content/public/common/presentation_constants.cc |
+++ b/content/public/common/presentation_constants.cc |
@@ -6,6 +6,6 @@ |
namespace content { |
-const size_t kMaxPresentationSessionMessageSize = 64 * 1024; // 64 KB. |
+const size_t kMaxPresentationConnectionMessageSize = 64 * 1024; // 64 KB. |
} // namespace content |