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

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

Issue 2706463002: [Presentation API] Mojo typemap for content::PresentationConnectionMessage (Closed)
Patch Set: Fix compile error after rebase Created 3 years, 10 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.h
diff --git a/content/public/common/presentation_constants.h b/content/public/common/presentation_constants.h
deleted file mode 100644
index 44b33fb47bdd5dc7bd2401c5dac28a8e1a312741..0000000000000000000000000000000000000000
--- a/content/public/common/presentation_constants.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CONTENT_PUBLIC_COMMON_PRESENTATION_CONSTANTS_H_
-#define CONTENT_PUBLIC_COMMON_PRESENTATION_CONSTANTS_H_
-
-#include <stddef.h> // For size_t
-
-#include "content/common/content_export.h"
-
-namespace content {
-
-// The maximum number of bytes allowed in a presentation connection message.
-CONTENT_EXPORT extern const size_t kMaxPresentationConnectionMessageSize;
-
-} // namespace content
-
-#endif // CONTENT_PUBLIC_COMMON_PRESENTATION_CONSTANTS_H_
« no previous file with comments | « content/public/common/presentation_connection_message.cc ('k') | content/public/common/presentation_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698