Don't show supervised user as "already on this device" while they're being imported.
[chromium-blink-merge.git] / extensions / common / features / behavior_feature.cc
blob39b35a9306e9f17ac5bd8437e76deaee1bd5c98b
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.
5 #include "extensions/common/features/behavior_feature.h"
7 namespace extensions {
9 const char* BehaviorFeature::kBluetoothPeripheral = "bluetooth.peripheral";
11 const char* BehaviorFeature::kWhitelistedForIncognito =
12 "whitelisted_for_incognito";
14 } // namespace extensions