summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sandbox_policy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sandbox_policy.cc')
-rw-r--r--chrome/browser/sandbox_policy.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/sandbox_policy.cc b/chrome/browser/sandbox_policy.cc
index 62d6af2..9b53eed 100644
--- a/chrome/browser/sandbox_policy.cc
+++ b/chrome/browser/sandbox_policy.cc
@@ -20,7 +20,6 @@
#include "chrome/common/chrome_paths.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/common/debug_flags.h"
-#include "chrome/common/notification_service.h"
#include "sandbox/src/sandbox.h"
#include "webkit/glue/plugins/plugin_list.h"
@@ -426,13 +425,6 @@ base::ProcessHandle StartProcessWithAccess(CommandLine* cmd_line,
if (sandbox::SBOX_ALL_OK != result)
return 0;
- if (type == ChildProcessInfo::RENDER_PROCESS) {
- NotificationService::current()->Notify(
- NotificationType::RENDERER_PROCESS_IN_SBOX,
- NotificationService::AllSources(),
- Details<bool>(&on_sandbox_desktop));
- }
-
ResumeThread(target.hThread);
CloseHandle(target.hThread);
process = target.hProcess;