Mac Sandbox: Clean up forward declaration of internal sandbox functions.
Move all Sandbox functions into their own class and declare functions needed by tests as private with FRIEND_TEST declarations where appropriate. BUG=60917 TEST=Chrome on Mac should run and unit tests should pass. Review URL: http://codereview.chromium.org/4380001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65332 0039d316-1c4b-4281-b951-d872f2087c98
Showing
- chrome/common/sandbox_init_wrapper_mac.cc 9 additions, 7 deletionschrome/common/sandbox_init_wrapper_mac.cc
- chrome/common/sandbox_mac.h 133 additions, 45 deletionschrome/common/sandbox_mac.h
- chrome/common/sandbox_mac.mm 29 additions, 71 deletionschrome/common/sandbox_mac.mm
- chrome/common/sandbox_mac_diraccess_unittest.mm 23 additions, 41 deletionschrome/common/sandbox_mac_diraccess_unittest.mm
- chrome/common/sandbox_mac_fontloading_unittest.mm 2 additions, 1 deletionchrome/common/sandbox_mac_fontloading_unittest.mm
- chrome/common/sandbox_mac_unittest_helper.h 1 addition, 1 deletionchrome/common/sandbox_mac_unittest_helper.h
- chrome/common/sandbox_mac_unittest_helper.mm 10 additions, 8 deletionschrome/common/sandbox_mac_unittest_helper.mm
Please register or sign in to comment