| Index: content/renderer/browser_plugin/browser_plugin.h
|
| diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h
|
| index 78005c7c63f6ba45c5b2c34e80f496f70ba5ad5c..cd9d2644cfb3bedf881afc6d351385b142ef9af1 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin.h
|
| +++ b/content/renderer/browser_plugin/browser_plugin.h
|
| @@ -272,6 +272,9 @@ class CONTENT_EXPORT BrowserPlugin :
|
| const TransportDIB::Handle& other_damage_buffer_handle);
|
| #endif
|
|
|
| + void UpdateAttribute(const std::string& attribute_name,
|
| + const std::string& attribute_value);
|
| +
|
| int instance_id_;
|
| base::WeakPtr<RenderViewImpl> render_view_;
|
| // We cache the |render_view_|'s routing ID because we need it on destruction.
|
|
|