зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1383909 - Add observer notification when UserAgentOverrides.jsm finishes initializing. r=mcmanus
MozReview-Commit-ID: BPMzszXmhbC --HG-- extra : rebase_source : 6bacd03e1a47d0fcd24b561e92a048ed20a75704
This commit is contained in:
Родитель
8f9d62ed9b
Коммит
5e5fbc7693
|
@ -67,6 +67,7 @@ this.UserAgentOverrides = {
|
|||
// UA override might not work correctly.
|
||||
}
|
||||
|
||||
Services.obs.notifyObservers(null, "useragentoverrides-initialized");
|
||||
gInitialized = true;
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче