diff options
Diffstat (limited to 'chrome/browser/plugin_process_host.h')
-rw-r--r-- | chrome/browser/plugin_process_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugin_process_host.h b/chrome/browser/plugin_process_host.h index ac5b326..5bbcc45 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(); |