commit | c11ffb461a13c6635173991788ff7a50fc6a77f3 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri May 15 18:03:40 2009 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri May 15 18:03:40 2009 |
tree | 37f909824fbffeddc460dfea5c4045a35ddc9d92 | |
parent | 0820ac156d55a3532af12014177dd619cafe216f [diff] [blame] |
Do proper cleanup during shutdown to make Valgrind happy. BUG=10738,10748 Review URL: http://codereview.chromium.org/115392 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16159 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/renderer_host/renderer_security_policy.h b/chrome/browser/renderer_host/renderer_security_policy.h index 84fd32c..41cf04e 100644 --- a/chrome/browser/renderer_host/renderer_security_policy.h +++ b/chrome/browser/renderer_host/renderer_security_policy.h
@@ -26,6 +26,10 @@ // class RendererSecurityPolicy { public: + // Object can only be created through GetInstance() so the constructor is + // private. + ~RendererSecurityPolicy(); + // There is one global RendererSecurityPolicy object for the entire browser // processes. The object returned by this method may be accessed on any // thread.