Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: content/public/common/presentation_constants.cc

Issue 2562603002: Updates SessionMessage to ConnectionMessage. (Closed)
Patch Set: More edits to test. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « content/public/common/presentation_constants.h ('k') | content/renderer/presentation/presentation_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698