| Index: chrome/browser/plugin_process_host.h
|
| diff --git a/chrome/browser/plugin_process_host.h b/chrome/browser/plugin_process_host.h
|
| index ac5b326a7424e3f0ce5482e87d2adfd38b551a5b..5bbcc450eec9ac182bd8daafdd54ec2f96f480f2 100644
|
| --- a/chrome/browser/plugin_process_host.h
|
| +++ b/chrome/browser/plugin_process_host.h
|
| @@ -144,7 +144,7 @@ class PluginProcessHost : public BrowserChildProcessHost,
|
| void OnPluginSetCursorVisibility(bool visible);
|
| #endif
|
|
|
| - virtual bool CanShutdown() { return sent_requests_.empty(); }
|
| + virtual bool CanShutdown();
|
|
|
| void CancelRequests();
|
|
|
|
|