Index: content/browser/plugin_loader_posix.h |
diff --git a/content/browser/plugin_loader_posix.h b/content/browser/plugin_loader_posix.h |
index 06514508c5cb97c1363b0b5f558d1b04c9def17c..baa15b0ca1667a0b8606a647fbb4604f7b759fbf 100644 |
--- a/content/browser/plugin_loader_posix.h |
+++ b/content/browser/plugin_loader_posix.h |
@@ -77,8 +77,8 @@ class CONTENT_EXPORT PluginLoaderPosix : public UtilityProcessHost::Client, |
virtual void LoadPluginsInternal(); |
// Message handlers. |
- void OnPluginLoaded(const webkit::WebPluginInfo& plugin); |
- void OnPluginLoadFailed(const FilePath& plugin_path); |
+ void OnPluginLoaded(uint32_t index, const webkit::WebPluginInfo& plugin); |
+ void OnPluginLoadFailed(uint32_t index, const FilePath& plugin_path); |
// Checks if the plugin path is an internal plugin, and, if it is, adds it to |
// |loaded_plugins_|. |