diff options
author | JustOff <Off.Just.Off@gmail.com> | 2018-08-25 17:50:02 +0300 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2018-08-25 17:50:02 +0300 |
commit | 02211f8448876cd7c72784380b9e9229959392bb (patch) | |
tree | ef6162073c537639db302ba777f0d62d5fffcabe /intl/strres/nsStringBundleService.h | |
parent | 74c6c585ab519e3314bdf6b0fa23d8aa757b78a5 (diff) | |
download | UXP-02211f8448876cd7c72784380b9e9229959392bb.tar UXP-02211f8448876cd7c72784380b9e9229959392bb.tar.gz UXP-02211f8448876cd7c72784380b9e9229959392bb.tar.lz UXP-02211f8448876cd7c72784380b9e9229959392bb.tar.xz UXP-02211f8448876cd7c72784380b9e9229959392bb.zip |
Refresh nsStringBundleService and nsHttpHandler when the browser locale is changed
Diffstat (limited to 'intl/strres/nsStringBundleService.h')
-rw-r--r-- | intl/strres/nsStringBundleService.h | 2 |
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); |