| Index: chrome/browser/ui/hung_plugin_tab_helper.cc
|
| diff --git a/chrome/browser/ui/hung_plugin_tab_helper.cc b/chrome/browser/ui/hung_plugin_tab_helper.cc
|
| index 6e6f96e6fbb35f3da60ded1191d1ff717ab6b7de..39513bd9be96d28e143881d2d2346e22c8d241f3 100644
|
| --- a/chrome/browser/ui/hung_plugin_tab_helper.cc
|
| +++ b/chrome/browser/ui/hung_plugin_tab_helper.cc
|
| @@ -36,6 +36,8 @@
|
| #include "chrome/browser/hang_monitor/hang_crash_dump_win.h"
|
| #endif
|
|
|
| +int HungPluginTabHelper::kUserDataKey;
|
| +
|
| namespace {
|
|
|
| // Delay in seconds before re-showing the hung plugin message. This will be
|
|
|