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

Issue 6990019: Remove override on thread IO restrictions. (Closed)

Created:
9 years, 7 months ago by wjmaclean
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Remove override on thread IO restrictions. This is the removal of code to disable security restrictions on disk IO, originally needed so that the GL bindings could be initialized. The GL libraries now manage this in a separate thread with the necessary permissions. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86186

Patch Set 1 #

Total comments: 1

Patch Set 2 : Remove associated include file. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -5 lines) Patch
M ui/gfx/compositor/compositor_gl.cc View 1 2 chunks +0 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
wjmaclean
Issue description says it all ...
9 years, 7 months ago (2011-05-20 21:35:34 UTC) #1
sky
LGTM http://codereview.chromium.org/6990019/diff/1/ui/gfx/compositor/compositor_gl.cc File ui/gfx/compositor/compositor_gl.cc (left): http://codereview.chromium.org/6990019/diff/1/ui/gfx/compositor/compositor_gl.cc#oldcode249 ui/gfx/compositor/compositor_gl.cc:249: base::ThreadRestrictions::ScopedAllowIO allow_io; Is there a corresponding include that ...
9 years, 7 months ago (2011-05-20 21:42:47 UTC) #2
wjmaclean
9 years, 7 months ago (2011-05-20 21:49:15 UTC) #3
On 2011/05/20 21:42:47, sky wrote:
> LGTM
> 
>
http://codereview.chromium.org/6990019/diff/1/ui/gfx/compositor/compositor_gl.cc
> File ui/gfx/compositor/compositor_gl.cc (left):
> 
>
http://codereview.chromium.org/6990019/diff/1/ui/gfx/compositor/compositor_gl...
> ui/gfx/compositor/compositor_gl.cc:249:
base::ThreadRestrictions::ScopedAllowIO
> allow_io;
> Is there a corresponding include that can be nuked?

Yup, thanks for the reminder!

Powered by Google App Engine
This is Rietveld 408576698