Chromium Code Reviews| Index: base/i18n/icu_util.h |
| =================================================================== |
| --- base/i18n/icu_util.h (revision 257432) |
| +++ base/i18n/icu_util.h (working copy) |
| @@ -14,6 +14,9 @@ |
| // function should be called before ICU is used. |
| BASE_I18N_EXPORT bool InitializeICU(); |
| +// In a test binary, the call above might occur twice. |
| +BASE_I18N_EXPORT void AllowMultipleInitializeCallsForTesting(); |
| + |
| } // namespace i18n |
| } // namespace base |