Loading dom/plugins/base/nsPluginHost.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -2633,6 +2633,8 @@ nsPluginHost::ReadPluginInfo() mCachedPlugins = tag; } // On Android we always want to try to load a plugin again (Flash). Bug 935676. #ifndef MOZ_WIDGET_ANDROID if (hasInvalidPlugins) { if (!ReadSectionHeader(reader, "INVALID")) { return rv; Loading @@ -2656,6 +2658,7 @@ nsPluginHost::ReadPluginInfo() mInvalidPlugins = invalidTag; } } #endif // flip the pref so we don't import the legacy flags again Preferences::SetBool("plugin.importedState", true); Loading Loading
dom/plugins/base/nsPluginHost.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -2633,6 +2633,8 @@ nsPluginHost::ReadPluginInfo() mCachedPlugins = tag; } // On Android we always want to try to load a plugin again (Flash). Bug 935676. #ifndef MOZ_WIDGET_ANDROID if (hasInvalidPlugins) { if (!ReadSectionHeader(reader, "INVALID")) { return rv; Loading @@ -2656,6 +2658,7 @@ nsPluginHost::ReadPluginInfo() mInvalidPlugins = invalidTag; } } #endif // flip the pref so we don't import the legacy flags again Preferences::SetBool("plugin.importedState", true); Loading