Index: content/renderer/browser_plugin/browser_plugin.h |
=================================================================== |
--- content/renderer/browser_plugin/browser_plugin.h (revision 170866) |
+++ content/renderer/browser_plugin/browser_plugin.h (working copy) |
@@ -36,11 +36,6 @@ |
// Called only by tests to clean up before we blow away the MockRenderProcess. |
void Cleanup(); |
- // Update Browser Plugin's DOM Node attribute |attribute_name| with the value |
- // |attribute_value|. |
- void UpdateDOMAttribute(const std::string& attribute_name, |
- const std::string& attribute_value); |
- |
// Get the src attribute value of the BrowserPlugin instance. |
std::string src_attribute() const { return src_; } |
// Set the src attribute value of the BrowserPlugin instance. |