Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / guest_view / extension_options / extension_options_constants.h
1 // Copyright 2014 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.
4
5 #ifndef CHROME_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_OPTIONS_CONSTANTS_H_
6 #define CHROME_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_OPTIONS_CONSTANTS_H_
7
8 namespace extensionoptions {
9
10 // API namespace.
11 extern const char kAPINamespace[];
12
13 // Attributes.
14 extern const char kAttributeAutoSize[];
15 extern const char kAttributeMaxHeight[];
16 extern const char kAttributeMaxWidth[];
17 extern const char kAttributeMinHeight[];
18 extern const char kAttributeMinWidth[];
19
20 extern const char kExtensionId[];
21 extern const char kHeight[];
22 extern const char kWidth[];
23
24 }  // namespace extensionoptions
25
26 #endif  // CHROME_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_OPTIONS_CONSTANTS_H_