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

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

Issue 1037483003: [PresentationAPI] Implementing send() from WebPresentationClient to the PresentationService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: No (c) in new files Copyright message. Created 5 years, 7 months 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/browser/interstitial_page_delegate.cc b/content/public/common/presentation_constants.cc
similarity index 54%
copy from content/public/browser/interstitial_page_delegate.cc
copy to content/public/common/presentation_constants.cc
index 60a441842b4af1ee688de6c4283e813f016059ec..da7e6acd3766d99187726263e9734dd2f62f623a 100644
--- a/content/public/browser/interstitial_page_delegate.cc
+++ b/content/public/common/presentation_constants.cc
@@ -2,12 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/public/browser/interstitial_page_delegate.h"
+#include "content/public/common/presentation_constants.h"
namespace content {
-InterstitialPageDelegate::TypeID InterstitialPageDelegate::GetTypeForTesting()
- const {
- return nullptr;
-}
+
+const size_t kMaxPresentationSessionMessageSize = 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