Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(716)

Unified Diff: content/browser/plugin_loader_posix.h

Issue 8440042: Send the index in the canonical list over IPC when using the OOP plugin loader. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/plugin_loader_posix.cc » ('j') | content/common/utility_messages.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..40b079e1f9b6a045b1e4da95f5edca41f7c5eeab 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(size_t index, const webkit::WebPluginInfo& plugin);
+ void OnPluginLoadFailed(size_t index, const FilePath& plugin_path);
// Checks if the plugin path is an internal plugin, and, if it is, adds it to
// |loaded_plugins_|.
« no previous file with comments | « no previous file | content/browser/plugin_loader_posix.cc » ('j') | content/common/utility_messages.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698