diff options
Diffstat (limited to 'chrome/browser/plugin_process_host.cc')
-rw-r--r-- | chrome/browser/plugin_process_host.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/plugin_process_host.cc b/chrome/browser/plugin_process_host.cc index 72d8aed..4be2ce7 100644 --- a/chrome/browser/plugin_process_host.cc +++ b/chrome/browser/plugin_process_host.cc @@ -71,6 +71,9 @@ class PluginURLRequestContextOverride return CPBrowsingContextManager::GetInstance()->ToURLRequestContext( request_id); } + + private: + virtual ~PluginURLRequestContextOverride() {} }; } // namespace |