Index: base/i18n/icu_util.h |
diff --git a/base/i18n/icu_util.h b/base/i18n/icu_util.h |
index 5094cb0f1df538f85d19c47e36d7d6ea299d8582..e9f7c3d85b4676c87f9ac5daead2b8994ae3eaa0 100644 |
--- a/base/i18n/icu_util.h |
+++ b/base/i18n/icu_util.h |
@@ -14,9 +14,11 @@ namespace i18n { |
BASE_I18N_EXPORT extern const char kIcuDataFileName[]; |
+#if !defined(OS_NACL) |
// Call this function to load ICU's data tables for the current process. This |
// function should be called before ICU is used. |
BASE_I18N_EXPORT bool InitializeICU(); |
+#endif |
#if defined(OS_ANDROID) |
// Android uses a file descriptor passed by browser process to initialize ICU |