| 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 e7fed85a8c5734d06d9e4d75bbea94d3308e5ee4..20083038763aae126d7dac491590c098f1d6c5c5 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin.h
|
| +++ b/content/renderer/browser_plugin/browser_plugin.h
|
| @@ -55,10 +55,6 @@ class CONTENT_EXPORT BrowserPlugin :
|
| // Checks if the attribute |attribute_name| exists in the DOM.
|
| bool HasDOMAttribute(const std::string& attribute_name) const;
|
|
|
| - // Get the name attribute value.
|
| - std::string GetNameAttribute() const;
|
| - // Parse the name attribute value.
|
| - void ParseNameAttribute();
|
| // Get the allowtransparency attribute value.
|
| bool GetAllowTransparencyAttribute() const;
|
| // Parse the allowtransparency attribute and adjust transparency of
|
| @@ -275,7 +271,6 @@ class CONTENT_EXPORT BrowserPlugin :
|
| void OnSetCursor(int instance_id, const WebCursor& cursor);
|
| void OnSetMouseLock(int instance_id, bool enable);
|
| void OnShouldAcceptTouchEvents(int instance_id, bool accept);
|
| - void OnUpdatedName(int instance_id, const std::string& name);
|
| void OnUpdateRect(int instance_id,
|
| const BrowserPluginMsg_UpdateRect_Params& params);
|
|
|
|
|