summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/plugin_list.h
diff options
context:
space:
mode:
authoravi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-16 16:07:54 +0000
committeravi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-16 16:07:54 +0000
commit3d8102fbabb1d6194e4c0076b4947b0bb9b2fe9a (patch)
treee9024c1dbbc1e29200f9fb9c0f9e88eb0c873a07 /webkit/glue/plugins/plugin_list.h
parent7fad4a4b9f751c438f4b0701e0f0b9052db00d5a (diff)
downloadchromium_src-3d8102fbabb1d6194e4c0076b4947b0bb9b2fe9a.zip
chromium_src-3d8102fbabb1d6194e4c0076b4947b0bb9b2fe9a.tar.gz
chromium_src-3d8102fbabb1d6194e4c0076b4947b0bb9b2fe9a.tar.bz2
Spaces at end of lines begone!
Review URL: http://codereview.chromium.org/18314 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8176 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/plugins/plugin_list.h')
-rw-r--r--webkit/glue/plugins/plugin_list.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/webkit/glue/plugins/plugin_list.h b/webkit/glue/plugins/plugin_list.h
index c425faa..088217e 100644
--- a/webkit/glue/plugins/plugin_list.h
+++ b/webkit/glue/plugins/plugin_list.h
@@ -91,7 +91,7 @@ class PluginList : public base::RefCounted<PluginList> {
// Find a plugin by mime type, and clsid.
// If clsid is empty, we will just find the plugin that supports mime type.
// Otherwise, if mime_type is application/x-oleobject etc that's supported by
- // by our activex shim, we need to check if the specified ActiveX exists.
+ // by our activex shim, we need to check if the specified ActiveX exists.
// If not we will not return the activex shim, instead we will let the
// default plugin handle activex installation.
// The allow_wildcard parameter controls whether this function returns
@@ -124,14 +124,14 @@ class PluginList : public base::RefCounted<PluginList> {
// Do any initialization.
void PlatformInit();
-
+
// Get the ordered list of directories from which to load plugins
void GetPluginDirectories(std::vector<FilePath>* plugin_dirs);
-
+
//
// Command-line switches
//
-
+
#if defined(OS_WIN)
// true if we shouldn't load the new WMP plugin.
bool dont_load_new_wmp_;
@@ -143,7 +143,7 @@ class PluginList : public base::RefCounted<PluginList> {
//
// Internals
//
-
+
static scoped_refptr<PluginList> singleton_;
bool plugins_loaded_;