| OLD | NEW |
| 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 // | 4 // |
| 5 #ifndef CEEE_IE_COMMON_CONSTANTS_H_ | 5 #ifndef CEEE_IE_COMMON_CONSTANTS_H_ |
| 6 #define CEEE_IE_COMMON_CONSTANTS_H_ | 6 #define CEEE_IE_COMMON_CONSTANTS_H_ |
| 7 | 7 |
| 8 namespace ceee_event_names { | 8 namespace ceee_event_names { |
| 9 // Private messages used by the ApiDispatcher and the funnels. | 9 // Private messages used by the ApiDispatcher and the funnels. |
| 10 extern const char kCeeeOnTabUnmapped[]; | 10 extern const char kCeeeOnTabUnmapped[]; |
| 11 extern const char kCeeeMapTabIdToHandle[]; |
| 12 extern const char kCeeeMapToolbandIdToHandle[]; |
| 11 } | 13 } |
| 12 | 14 |
| 13 #endif // CEEE_IE_COMMON_CONSTANTS_H_ | 15 #endif // CEEE_IE_COMMON_CONSTANTS_H_ |
| OLD | NEW |