Reland the ULONG -> SIZE_T change from 317177
[chromium-blink-merge.git] / extensions / browser / api / idle / idle_api_constants.h
blob93da12e9b3782280d22e9007517f70d6c5e03bbd
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_
8 namespace extensions {
9 namespace idle_api_constants {
11 // Events.
12 extern const char kOnStateChanged[];
14 // States.
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_