summaryrefslogtreecommitdiffstats
path: root/ui/base/resource/resource_bundle_android.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/resource/resource_bundle_android.h')
-rw-r--r--ui/base/resource/resource_bundle_android.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/base/resource/resource_bundle_android.h b/ui/base/resource/resource_bundle_android.h
index 17e1bd2..437c473 100644
--- a/ui/base/resource/resource_bundle_android.h
+++ b/ui/base/resource/resource_bundle_android.h
@@ -28,6 +28,10 @@ UI_BASE_EXPORT int GetMainAndroidPackFd(
UI_BASE_EXPORT int GetCommonResourcesPackFd(
base::MemoryMappedFile::Region* out_region);
+// Tell ResourceBundle to locate locale pak files via
+// GetPathForAndroidLocalePakWithinApk rather than looking for them on disk.
+UI_BASE_EXPORT void SetLocalePaksStoredInApk(bool value);
+
// Returns the path within the apk for the given locale's .pak file, or an
// empty string if it doesn't exist.
// Only locale paks for the active Android language can be retrieved.