blob: 35822ba85870a42376a0c915ad2866cf20d44154 [file] [log] [blame]
// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef EXTENSIONS_COMMON_FEATURES_BEHAVIOR_FEATURE_H_
#define EXTENSIONS_COMMON_FEATURES_BEHAVIOR_FEATURE_H_
namespace extensions {
// Contains constants corresponding to keys in _behavior_features.json.
// One day we might want to auto generate these.
namespace behavior_feature {
extern const char kZoomWithoutBubble[];
extern const char kAllowUsbDevicesPermissionInterfaceClass[];
extern const char kSigninScreen[];
extern const char kAllowSecondaryKioskAppEnabledOnLaunch[];
extern const char kKeyPermissionsInLoginScreen[];
extern const char kImprivataExtension[];
extern const char kImprivataInSessionExtension[];
extern const char kImprivataLoginScreenExtension[];
} // namespace behavior_feature
} // namespace extensions
#endif // EXTENSIONS_COMMON_FEATURES_BEHAVIOR_FEATURE_H_