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

Issue 6483006: Use a struct instead of a union for SandboxInterfaceInfo... (Closed)

Created:
9 years, 10 months ago by cpu_(ooo_6.6-7.5)
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Use a struct instead of a union for SandboxInterfaceInfo BUG=72496 TEST=see bug Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=74514

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -10 lines) Patch
M chrome/app/client_util.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/sandbox_init_wrapper_win.cc View 1 2 3 chunks +15 lines, -6 lines 0 comments Download
M sandbox/src/sandbox_types.h View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
cpu_(ooo_6.6-7.5)
.
9 years, 10 months ago (2011-02-09 22:48:41 UTC) #1
rvargas (doing something else)
http://codereview.chromium.org/6483006/diff/1/chrome/common/sandbox_init_wrapper_win.cc File chrome/common/sandbox_init_wrapper_win.cc (right): http://codereview.chromium.org/6483006/diff/1/chrome/common/sandbox_init_wrapper_win.cc#newcode33 chrome/common/sandbox_init_wrapper_win.cc:33: return (sandbox::SBOX_ALL_OK == target_services_->Init()); Are you counting on other ...
9 years, 10 months ago (2011-02-10 00:23:43 UTC) #2
cpu_(ooo_6.6-7.5)
http://codereview.chromium.org/6483006/diff/1/chrome/common/sandbox_init_wrapper_win.cc File chrome/common/sandbox_init_wrapper_win.cc (right): http://codereview.chromium.org/6483006/diff/1/chrome/common/sandbox_init_wrapper_win.cc#newcode33 chrome/common/sandbox_init_wrapper_win.cc:33: return (sandbox::SBOX_ALL_OK == target_services_->Init()); On 2011/02/10 00:23:43, rvargas wrote: ...
9 years, 10 months ago (2011-02-10 18:50:51 UTC) #3
cpu_(ooo_6.6-7.5)
ok, this time with closer behavior to the original.
9 years, 10 months ago (2011-02-10 20:52:59 UTC) #4
rvargas (doing something else)
9 years, 10 months ago (2011-02-10 20:57:11 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698