summaryrefslogtreecommitdiffstats
path: root/patches/chromium/0016-Remove-the-Running-without-renderer-sandbox-error-me.patch
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2014-05-22 20:43:17 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-06-05 00:23:00 +0200
commit4f195e3b634b2cb96e6f74d8b9d90f77a44830f5 (patch)
tree4c82d144e5b384045bdc32ca2adee82684377a9d /patches/chromium/0016-Remove-the-Running-without-renderer-sandbox-error-me.patch
parent45c0bba8a40bb87a386fad02ca51371a44f475ba (diff)
Remove separately maintained patches from repository
We maintain them on top of the Chromium snapshot. A new script tools/scripts/patch_upstream.py replaced patches/patch-chromium.sh with the recent snapshot update. The patches that we have on top of the baseline version are prepared from the chromium snapshot and applied on the upstream chromium checkout. A consequence of this is that init-repository.py -u from now on requires a snapshot checkout as well. Change-Id: I639c45904b72952804e5227ebc948a8859cf74dd Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'patches/chromium/0016-Remove-the-Running-without-renderer-sandbox-error-me.patch')
-rw-r--r--patches/chromium/0016-Remove-the-Running-without-renderer-sandbox-error-me.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/patches/chromium/0016-Remove-the-Running-without-renderer-sandbox-error-me.patch b/patches/chromium/0016-Remove-the-Running-without-renderer-sandbox-error-me.patch
deleted file mode 100644
index 3ab1002fb..000000000
--- a/patches/chromium/0016-Remove-the-Running-without-renderer-sandbox-error-me.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
-From: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
-Date: Thu, 30 Jan 2014 18:09:32 +0100
-Subject: Remove the Running without renderer sandbox error message
-
-We are currently not planing to enable the sandbox and the error
-pollutes the auto tests output.
-
-Change-Id: Idd2e7eeea8f890f55dd6b6d513a7a43890e7d5b4
-Reviewed-by: Andras Becsi <andras.becsi@digia.com>
----
- content/renderer/renderer_main.cc | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/content/renderer/renderer_main.cc b/content/renderer/renderer_main.cc
-index 63c72ae..f0c16d2 100644
---- a/content/renderer/renderer_main.cc
-+++ b/content/renderer/renderer_main.cc
-@@ -223,7 +223,6 @@ int RendererMain(const MainFunctionParams& parameters) {
- if (!no_sandbox) {
- run_loop = platform.EnableSandbox();
- } else {
-- LOG(ERROR) << "Running without renderer sandbox";
- #ifndef NDEBUG
- // For convenience, we print the stack trace for crashes. We can't get
- // symbols when the sandbox is enabled, so only try when the sandbox is