| 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 7d18a42240742b4eb6389efe54abf699f90f4cce..9fd3b7e624c80d49aca6c8b00ad2b9d47ba53e81 100644
|
| --- a/content/common/browser_plugin/browser_plugin_constants.cc
|
| +++ b/content/common/browser_plugin/browser_plugin_constants.cc
|
| @@ -8,24 +8,11 @@ namespace content {
|
|
|
| namespace browser_plugin {
|
|
|
| -// Internal method bindings.
|
| -const char kMethodInternalAttach[] = "-internal-attach";
|
| -
|
| // Attributes.
|
| const char kAttributeAllowTransparency[] = "allowtransparency";
|
| -const char kAttributeContentWindow[] = "contentWindow";
|
| -const char kAttributeSrc[] = "src";
|
| -
|
| -// Parameters/properties on events.
|
| -const char kWindowID[] = "windowId";
|
| -
|
| -// Error messages.
|
| -const char kErrorCannotRemovePartition[] =
|
| - "Cannot remove partition attribute after navigating.";
|
|
|
| // Other.
|
| const int kInstanceIDNone = 0;
|
| -const int kInvalidPermissionRequestID = 0;
|
|
|
| } // namespace browser_plugin
|
|
|
|
|