summaryrefslogtreecommitdiffstats
path: root/WebCore/plugins/PluginInfoStore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/plugins/PluginInfoStore.cpp')
-rw-r--r--WebCore/plugins/PluginInfoStore.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/WebCore/plugins/PluginInfoStore.cpp b/WebCore/plugins/PluginInfoStore.cpp
index 9a441f3..88dc7ee 100644
--- a/WebCore/plugins/PluginInfoStore.cpp
+++ b/WebCore/plugins/PluginInfoStore.cpp
@@ -27,15 +27,7 @@
#include "PluginInfoStore.h"
#include "KURL.h"
-<<<<<<< HEAD:WebCore/plugins/PluginInfoStore.cpp
-#if PLATFORM(ANDROID)
-=======
->>>>>>> webkit.org at r51976:WebCore/plugins/PluginInfoStore.cpp
#include "Page.h"
-<<<<<<< HEAD:WebCore/plugins/PluginInfoStore.cpp
-#endif
-=======
->>>>>>> webkit.org at r51976:WebCore/plugins/PluginInfoStore.cpp
#include "PluginData.h"
#include "PluginDatabase.h"
#include "PluginPackage.h"
@@ -102,21 +94,7 @@ bool PluginInfoStore::supportsMIMEType(const WebCore::String& mimeType)
void refreshPlugins(bool reloadOpenPages)
{
-<<<<<<< HEAD:WebCore/plugins/PluginInfoStore.cpp
-#if PLATFORM(ANDROID)
-=======
->>>>>>> webkit.org at r51976:WebCore/plugins/PluginInfoStore.cpp
Page::refreshPlugins(reloadOpenPages);
-<<<<<<< HEAD:WebCore/plugins/PluginInfoStore.cpp
-#else
- PluginDatabase::installedPlugins()->refresh();
-
- if (reloadOpenPages) {
- // FIXME: reload open pages
- }
-#endif
-=======
->>>>>>> webkit.org at r51976:WebCore/plugins/PluginInfoStore.cpp
}
}