Index: content/child/npapi/webplugin_delegate_impl_win.cc |
diff --git a/content/child/npapi/webplugin_delegate_impl_win.cc b/content/child/npapi/webplugin_delegate_impl_win.cc |
index 5ebab62933c3b8e11f5b4b1cb4c1a023dcd53579..0249f6963e7b2311bac8c2cae0d45006c71d8808 100644 |
--- a/content/child/npapi/webplugin_delegate_impl_win.cc |
+++ b/content/child/npapi/webplugin_delegate_impl_win.cc |
@@ -43,7 +43,6 @@ namespace content { |
namespace { |
const wchar_t kWebPluginDelegateProperty[] = L"WebPluginDelegateProperty"; |
-const wchar_t kPluginFlashThrottle[] = L"FlashThrottle"; |
// The fastest we are willing to process WM_USER+1 events for Flash. |
// Flash can easily exceed the limits of our CPU if we don't throttle it. |