diff options
Diffstat (limited to 'base/thread_restrictions.h')
-rw-r--r-- | base/thread_restrictions.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/base/thread_restrictions.h b/base/thread_restrictions.h index cbdb913..a10aaec 100644 --- a/base/thread_restrictions.h +++ b/base/thread_restrictions.h @@ -33,8 +33,7 @@ namespace base { class ThreadRestrictions { public: // Constructing a ScopedAllowIO temporarily allows IO for the current - // thread. Doing this is almost certainly always incorrect. This object - // is available to temporarily work around bugs. + // thread. Doing this is almost certainly always incorrect. class ScopedAllowIO { public: ScopedAllowIO() { previous_value_ = SetIOAllowed(true); } |