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

Side by Side Diff: chrome/nacl/nacl_main.cc

Issue 153002: NaCl-Chrome integration - step 1 (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « chrome/common/sandbox_init_wrapper.cc ('k') | chrome/nacl/nacl_thread.h » ('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) 2006-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 #include "build/build_config.h" 5 #include "build/build_config.h"
6 6
7 #if defined(OS_WIN) 7 #if defined(OS_WIN)
8 #include "app/win_util.h" 8 #include "app/win_util.h"
9 #include "chrome/test/injection_test_dll.h" 9 #include "chrome/test/injection_test_dll.h"
10 #include "sandbox/src/sandbox.h" 10 #include "sandbox/src/sandbox.h"
11 #endif 11 #endif
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 target_services->LowerToken(); 64 target_services->LowerToken();
65 #endif 65 #endif
66 66
67 MessageLoop::current()->Run(); 67 MessageLoop::current()->Run();
68 } 68 }
69 69
70 return 0; 70 return 0;
71 } 71 }
72 72
73 73
OLDNEW
« no previous file with comments | « chrome/common/sandbox_init_wrapper.cc ('k') | chrome/nacl/nacl_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698