Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Unified Diff: sandbox/src/sandbox_policy_base.h

Issue 7074025: Get rid of content dependency from sandbox_policy.h (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix crash Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« chrome/common/sandbox_policy.cc ('K') | « content/common/content_switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/src/sandbox_policy_base.h
===================================================================
--- sandbox/src/sandbox_policy_base.h (revision 86986)
+++ sandbox/src/sandbox_policy_base.h (working copy)
@@ -31,7 +31,6 @@
class PolicyBase : public Dispatcher, public TargetPolicy {
public:
PolicyBase();
- ~PolicyBase();
cpu_(ooo_6.6-7.5) 2011/05/27 20:19:09 I see a PolicyBase::~PolicyBase() in sandbox_polic
jam 2011/05/27 20:25:54 I just moved this to be private, since the class i
virtual void AddRef() {
::InterlockedIncrement(&ref_count);
@@ -124,6 +123,8 @@
virtual EvalResult EvalPolicy(int service, CountedParameterSetBase* params);
private:
+ ~PolicyBase();
+
// Test IPC providers.
bool Ping(IPCInfo* ipc, void* cookie);
« chrome/common/sandbox_policy.cc ('K') | « content/common/content_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698