diff options
Diffstat (limited to 'content/common/browser_plugin/browser_plugin_constants.cc')
-rw-r--r-- | content/common/browser_plugin/browser_plugin_constants.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/common/browser_plugin/browser_plugin_constants.cc b/content/common/browser_plugin/browser_plugin_constants.cc index 9fd3b7e..93fa662 100644 --- a/content/common/browser_plugin/browser_plugin_constants.cc +++ b/content/common/browser_plugin/browser_plugin_constants.cc @@ -8,9 +8,6 @@ namespace content { namespace browser_plugin { -// Attributes. -const char kAttributeAllowTransparency[] = "allowtransparency"; - // Other. const int kInstanceIDNone = 0; |