зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1352343 - Rename LocaleService::On* methods to LocaleService::*. r=jfkthame
MozReview-Commit-ID: LvEW9GcOodb --HG-- extra : rebase_source : b54931ca7f80c4b7bb88255607ac976d9deb0bb8
This commit is contained in:
Родитель
fffc0479b7
Коммит
72cc1348b6
|
@ -739,7 +739,7 @@ nsChromeRegistryChrome::ManifestLocale(ManifestProcessingContext& cx, int lineno
|
|||
if (mainPackage.Equals(package)) {
|
||||
// We should refresh the LocaleService, since the available
|
||||
// locales changed.
|
||||
LocaleService::GetInstance()->OnAvailableLocalesChanged();
|
||||
LocaleService::GetInstance()->AvailableLocalesChanged();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -213,9 +213,9 @@ public:
|
|||
*
|
||||
* This code should be called only in the server mode..
|
||||
*/
|
||||
void OnAvailableLocalesChanged();
|
||||
void OnRequestedLocalesChanged();
|
||||
void OnLocalesChanged();
|
||||
void AvailableLocalesChanged();
|
||||
void RequestedLocalesChanged();
|
||||
void LocalesChanged();
|
||||
|
||||
/**
|
||||
* Negotiates the best locales out of an ordered list of requested locales and
|
||||
|
|
Загрузка…
Ссылка в новой задаче