// 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. #include "extensions/common/features/behavior_feature.h" namespace extensions { namespace behavior_feature { const char kZoomWithoutBubble[] = …; const char kAllowUsbDevicesPermissionInterfaceClass[] = …; const char kSigninScreen[] = …; const char kAllowSecondaryKioskAppEnabledOnLaunch[] = …; const char kKeyPermissionsInLoginScreen[] = …; const char kImprivataExtension[] = …; const char kImprivataInSessionExtension[] = …; const char kImprivataLoginScreenExtension[] = …; } // namespace behavior_feature } // namespace extensions