| Index: content/common/browser_plugin/browser_plugin_constants.cc
|
| diff --git a/content/common/browser_plugin/browser_plugin_constants.cc b/content/common/browser_plugin/browser_plugin_constants.cc
|
| index 6da58e96c532740027c0f00180f9d2935262ee9e..d936b3d079a6942afe36fed635f1349c176bb3c5 100644
|
| --- a/content/common/browser_plugin/browser_plugin_constants.cc
|
| +++ b/content/common/browser_plugin/browser_plugin_constants.cc
|
| @@ -42,9 +42,6 @@ const char kAttributeName[] = "name";
|
| const char kAttributePartition[] = "partition";
|
| const char kAttributeSrc[] = "src";
|
|
|
| -// Events.
|
| -const char kEventSizeChanged[] = "sizechanged";
|
| -
|
| // Parameters/properties on events.
|
| const char kDefaultPromptText[] = "defaultPromptText";
|
| const char kId[] = "id";
|
|
|