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.
6 * @fileoverview This provides the different code types for the gnubby
14 var GnubbyCodeTypes = {
15 /** Request succeeded. */
18 /** All plugged in devices are already enrolled. */
19 'ALREADY_ENROLLED': 2,
21 /** None of the plugged in devices are enrolled. */
22 'NONE_PLUGGED_ENROLLED': 3,
24 /** One or more devices are waiting for touch. */