| 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 // Utility functions for CEEE. | 5 // Utility functions for CEEE. |
| 6 | 6 |
| 7 #ifndef CEEE_IE_COMMON_CEEE_UTIL_H_ | 7 #ifndef CEEE_IE_COMMON_CEEE_UTIL_H_ |
| 8 #define CEEE_IE_COMMON_CEEE_UTIL_H_ | 8 #define CEEE_IE_COMMON_CEEE_UTIL_H_ |
| 9 | 9 |
| 10 namespace ceee_util { | 10 namespace ceee_util { |
| 11 | 11 |
| 12 // Returns true iff the IE CEEE is registered. | 12 // Returns true iff the IE CEEE is registered. |
| 13 bool IsIeCeeeRegistered(); | 13 bool IsIeCeeeRegistered(); |
| 14 | 14 |
| 15 } // namespace ceee_util | 15 } // namespace ceee_util |
| 16 | 16 |
| 17 #endif // CEEE_IE_COMMON_CEEE_UTIL_H_ | 17 #endif // CEEE_IE_COMMON_CEEE_UTIL_H_ |
| OLD | NEW |