Bug 1027049 - Removed unused plugin infobar preferences. r=ttaubert

This commit is contained in:
Vikneshwar 2014-06-20 15:46:52 +02:00
Родитель e04edf028e
Коммит 0c154d5666
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -645,10 +645,6 @@ pref("accessibility.typeaheadfind.flashBar", 1);
// plugin finder service url
pref("pfs.datasource.url", "https://pfs.mozilla.org/plugins/PluginFinderService.php?mimetype=%PLUGIN_MIMETYPE%&appID=%APP_ID%&appVersion=%APP_VERSION%&clientOS=%CLIENT_OS%&chromeLocale=%CHROME_LOCALE%&appRelease=%APP_RELEASE%");
// by default we show an infobar message when pages require plugins that are blocked, or are outdated
pref("plugins.hide_infobar_for_blocked_plugin", false);
pref("plugins.hide_infobar_for_outdated_plugin", false);
pref("plugins.update.url", "https://www.mozilla.org/%LOCALE%/plugincheck/");
pref("plugins.update.notifyUser", false);