Index: content/public/browser/plugin_service.h |
=================================================================== |
--- content/public/browser/plugin_service.h (revision 115278) |
+++ content/public/browser/plugin_service.h (working copy) |
@@ -130,6 +130,9 @@ |
// TODO(dpranke): This should be private. |
virtual webkit::npapi::PluginList* GetPluginList() = 0; |
+ |
+ virtual void SetPluginListForTesting( |
+ webkit::npapi::PluginList* plugin_list) = 0; |
}; |
} // namespace content |