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

Issue 7857022: Prevent the renderer from dying if launched under App-V/SoftGrid. (Closed)

Created:
9 years, 3 months ago by Nicolas Sylvain
Modified:
9 years, 3 months ago
Reviewers:
jschuh
CC:
chromium-reviews
Visibility:
Public.

Description

Prevent the renderer from dying if launched under App-V/SoftGrid. A version of Microsoft Office launches chrome under a virtual environment, and this virtual environment does not allow us to reduce the integrity level on the renderer. Since it returns a fake error (ERROR_INVALID_HANDLE), we can trap it and continue execution anyway... until we find a better fix. BUG=95888 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=100328

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -2 lines) Patch
M sandbox/src/target_services.cc View 1 1 chunk +6 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Nicolas Sylvain
9 years, 3 months ago (2011-09-09 02:05:26 UTC) #1
jschuh
9 years, 3 months ago (2011-09-09 02:08:04 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698