Upstreaming browser/ui/uikit_ui_util from iOS.
[chromium-blink-merge.git] / content / public / common / presentation_constants.h
blobe162d400f0f88211b0f8bedceaed1f9843c04ae8
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CONTENT_PUBLIC_COMMON_PRESENTATION_CONSTANTS_H_
6 #define CONTENT_PUBLIC_COMMON_PRESENTATION_CONSTANTS_H_
8 #include <stddef.h> // For size_t
10 #include "content/common/content_export.h"
12 namespace content {
14 // The maximum number of bytes allowed in a presentation session message.
15 CONTENT_EXPORT extern const size_t kMaxPresentationSessionMessageSize;
17 } // namespace content
19 #endif // CONTENT_PUBLIC_COMMON_PRESENTATION_CONSTANTS_H_