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

Side by Side Diff: components/nacl/common/nacl_types.cc

Issue 16881004: Move chrome/nacl to components/nacl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Create a zygote folder Created 7 years, 5 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
« no previous file with comments | « components/nacl/common/nacl_types.h ('k') | components/nacl/loader/DEPS » ('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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #include "chrome/common/nacl_types.h" 5 #include "components/nacl/common/nacl_types.h"
6 6
7 namespace nacl { 7 namespace nacl {
8 8
9 NaClStartParams::NaClStartParams() 9 NaClStartParams::NaClStartParams()
10 : validation_cache_enabled(false), 10 : validation_cache_enabled(false),
11 enable_exception_handling(false), 11 enable_exception_handling(false),
12 enable_debug_stub(false), 12 enable_debug_stub(false),
13 enable_ipc_proxy(false), 13 enable_ipc_proxy(false),
14 uses_irt(false), 14 uses_irt(false),
15 enable_dyncode_syscalls(false) { 15 enable_dyncode_syscalls(false) {
(...skipping 30 matching lines...) Expand all
46 permission_bits = l.permission_bits; 46 permission_bits = l.permission_bits;
47 uses_irt = l.uses_irt; 47 uses_irt = l.uses_irt;
48 enable_dyncode_syscalls = l.enable_dyncode_syscalls; 48 enable_dyncode_syscalls = l.enable_dyncode_syscalls;
49 enable_exception_handling = l.enable_exception_handling; 49 enable_exception_handling = l.enable_exception_handling;
50 } 50 }
51 51
52 NaClLaunchParams::~NaClLaunchParams() { 52 NaClLaunchParams::~NaClLaunchParams() {
53 } 53 }
54 54
55 } // namespace nacl 55 } // namespace nacl
OLDNEW
« no previous file with comments | « components/nacl/common/nacl_types.h ('k') | components/nacl/loader/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698