1 // Copyright (c) 2012 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 #ifndef EXTENSIONS_BROWSER_API_IDLE_IDLE_API_CONSTANTS_H_
6 #define EXTENSIONS_BROWSER_API_IDLE_IDLE_API_CONSTANTS_H_
9 namespace idle_api_constants
{
12 extern const char kOnStateChanged
[];
15 extern const char kStateActive
[];
16 extern const char kStateIdle
[];
17 extern const char kStateLocked
[];
19 } // namespace idle_api_constants
20 } // namespace extensions
22 #endif // EXTENSIONS_BROWSER_API_IDLE_IDLE_API_CONSTANTS_H_