summaryrefslogtreecommitdiffstats
path: root/intl/strres/nsStringBundleService.h
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-08-26 07:45:17 +0200
committerGitHub <noreply@github.com>2018-08-26 07:45:17 +0200
commit2dc1703c09b080b12e81895cafc1113e860cfe9a (patch)
tree98a0e285554ed33dafd3834261017c6b23fe3a17 /intl/strres/nsStringBundleService.h
parent4cbcba7876e1d85e9fadeb20a1ce34c58ffd7b93 (diff)
parent02211f8448876cd7c72784380b9e9229959392bb (diff)
downloadUXP-2dc1703c09b080b12e81895cafc1113e860cfe9a.tar
UXP-2dc1703c09b080b12e81895cafc1113e860cfe9a.tar.gz
UXP-2dc1703c09b080b12e81895cafc1113e860cfe9a.tar.lz
UXP-2dc1703c09b080b12e81895cafc1113e860cfe9a.tar.xz
UXP-2dc1703c09b080b12e81895cafc1113e860cfe9a.zip
Merge pull request #733 from JustOff/PR_locale_changed_refresh
Refresh nsStringBundleService and nsHttpHandler when the browser locale is changed
Diffstat (limited to 'intl/strres/nsStringBundleService.h')
-rw-r--r--intl/strres/nsStringBundleService.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intl/strres/nsStringBundleService.h b/intl/strres/nsStringBundleService.h
index a192cdff8..e65c61f12 100644
--- a/intl/strres/nsStringBundleService.h
+++ b/intl/strres/nsStringBundleService.h
@@ -43,6 +43,8 @@ private:
void flushBundleCache();
+ void notifyBundlesFlushed();
+
bundleCacheEntry_t *insertIntoCache(already_AddRefed<nsIStringBundle> aBundle,
nsCString &aHashKey);