summaryrefslogtreecommitdiffstats
path: root/content/browser/zygote_main_linux.cc
diff options
context:
space:
mode:
authorfischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-28 19:05:05 +0000
committerfischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-28 19:05:05 +0000
commit97762c74a812d0ed2028fa9397746fe17597ef47 (patch)
treed9d0555b03db6b677fc696f6f4177b9503a75740 /content/browser/zygote_main_linux.cc
parent7cbf7cfcd7cf693dc87f791e19b0ec9f1fd37ebf (diff)
downloadchromium_src-97762c74a812d0ed2028fa9397746fe17597ef47.zip
chromium_src-97762c74a812d0ed2028fa9397746fe17597ef47.tar.gz
chromium_src-97762c74a812d0ed2028fa9397746fe17597ef47.tar.bz2
Revert 90808 - Fixing type error for ZygoteMain.
TBR=agl@chromium.org BUG= TEST= TBR= TBR=bradchen@google.com Review URL: http://codereview.chromium.org/7272031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90812 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/zygote_main_linux.cc')
-rw-r--r--content/browser/zygote_main_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/zygote_main_linux.cc b/content/browser/zygote_main_linux.cc
index c94026e..477ca90 100644
--- a/content/browser/zygote_main_linux.cc
+++ b/content/browser/zygote_main_linux.cc
@@ -739,7 +739,7 @@ static bool EnterSandbox() {
#endif // CHROMIUM_SELINUX
bool ZygoteMain(const MainFunctionParams& params,
- ZygoteForkDelegate& forkdelegate) {
+ const ZygoteForkDelegate& forkdelegate) {
#if !defined(CHROMIUM_SELINUX)
g_am_zygote_or_renderer = true;
#endif