Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1218)

Unified Diff: base/i18n/icu_util.h

Issue 1147213004: Store and load icudtl.dat directly from the apk rather than extracting on start-up (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@load-from-apk
Patch Set: Keep extracting for components/ Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/i18n/icu_util.h
diff --git a/base/i18n/icu_util.h b/base/i18n/icu_util.h
index 65de0ad7e215f96db0e0abe8eed16c014f788986..1ddf12925cc9fee76599d6bd0c64402dce2e8550 100644
--- a/base/i18n/icu_util.h
+++ b/base/i18n/icu_util.h
@@ -23,7 +23,7 @@ BASE_I18N_EXPORT bool InitializeICU();
// initialize ICU in render processes.
BASE_I18N_EXPORT bool InitializeICUWithFileDescriptor(
PlatformFile data_fd,
- MemoryMappedFile::Region data_region);
+ const MemoryMappedFile::Region& data_region);
#endif
// In a test binary, the call above might occur twice.

Powered by Google App Engine
This is Rietveld 408576698