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

Unified Diff: webkit/plugins/npapi/plugin_list.h

Issue 9844016: Revert 129322 - revert 128949 (and dependent 129252) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 months 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 | « webkit/plugins/npapi/plugin_group_unittest.cc ('k') | webkit/plugins/npapi/plugin_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/plugin_list.h
===================================================================
--- webkit/plugins/npapi/plugin_list.h (revision 129385)
+++ webkit/plugins/npapi/plugin_list.h (working copy)
@@ -162,9 +162,11 @@
// If no such group exists, an empty string is returned.
string16 GetPluginGroupName(const std::string& identifier);
- // Load a specific plugin with full path.
- void LoadPlugin(const FilePath& filename,
- ScopedVector<PluginGroup>* plugin_groups);
+ // Load a specific plugin with full path. Return true iff loading the plug-in
+ // was successful.
+ bool LoadPlugin(const FilePath& filename,
+ ScopedVector<PluginGroup>* plugin_groups,
+ webkit::WebPluginInfo* plugin_info);
// The following functions are used to support probing for WebPluginInfo
// using a different instance of this class.
@@ -186,7 +188,6 @@
// Adds the given WebPluginInfo to its corresponding group, creating it if
// necessary, and returns the group.
- // Callers need to protect calls to this method by a lock themselves.
PluginGroup* AddToPluginGroups(const webkit::WebPluginInfo& web_plugin_info,
ScopedVector<PluginGroup>* plugin_groups);
Property changes on: webkit/plugins/npapi/plugin_list.h
___________________________________________________________________
Deleted: svn:mergeinfo
Reverse-merged /branches/chrome_webkit_merge_branch/src/webkit/plugins/npapi/plugin_list.h:r3734-4217,4606-5108,5177-5263
« no previous file with comments | « webkit/plugins/npapi/plugin_group_unittest.cc ('k') | webkit/plugins/npapi/plugin_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698