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

Side by Side Diff: content/browser/zygote_host_linux.h

Issue 6538111: Move the rest of the core files in chrome\browser to content\browser.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/browser/worker.sb ('k') | content/browser/zygote_host_linux.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_ZYGOTE_HOST_LINUX_H_ 5 #ifndef CONTENT_BROWSER_ZYGOTE_HOST_LINUX_H_
6 #define CHROME_BROWSER_ZYGOTE_HOST_LINUX_H_ 6 #define CONTENT_BROWSER_ZYGOTE_HOST_LINUX_H_
7 #pragma once 7 #pragma once
8 8
9 #include <unistd.h> 9 #include <unistd.h>
10 10
11 #include <string> 11 #include <string>
12 #include <vector> 12 #include <vector>
13 13
14 #include "base/global_descriptors_posix.h" 14 #include "base/global_descriptors_posix.h"
15 #include "base/process.h" 15 #include "base/process.h"
16 #include "base/process_util.h" 16 #include "base/process_util.h"
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 // received. 88 // received.
89 base::Lock control_lock_; 89 base::Lock control_lock_;
90 pid_t pid_; 90 pid_t pid_;
91 bool init_; 91 bool init_;
92 bool using_suid_sandbox_; 92 bool using_suid_sandbox_;
93 std::string sandbox_binary_; 93 std::string sandbox_binary_;
94 bool have_read_sandbox_status_word_; 94 bool have_read_sandbox_status_word_;
95 int sandbox_status_; 95 int sandbox_status_;
96 }; 96 };
97 97
98 #endif // CHROME_BROWSER_ZYGOTE_HOST_LINUX_H_ 98 #endif // CONTENT_BROWSER_ZYGOTE_HOST_LINUX_H_
OLDNEW
« no previous file with comments | « content/browser/worker.sb ('k') | content/browser/zygote_host_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698