| Index: base/threading/thread_restrictions.h
|
| diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
|
| index 8f3beb1d1a24b686e5810dceb9b190d53e345e04..18274341d63803c2f48272f6b078f9082a661b09 100644
|
| --- a/base/threading/thread_restrictions.h
|
| +++ b/base/threading/thread_restrictions.h
|
| @@ -30,15 +30,16 @@ class Predictor;
|
| namespace content {
|
| class BrowserGpuChannelHostFactory;
|
| class BrowserGpuMemoryBufferManager;
|
| +class BrowserMainLoop;
|
| class BrowserShutdownProfileDumper;
|
| class BrowserSurfaceViewManager;
|
| class BrowserTestBase;
|
| +class CategorizedWorkerPool;
|
| class NestedMessagePumpAndroid;
|
| class ScopedAllowWaitForAndroidLayoutTests;
|
| class ScopedAllowWaitForDebugURL;
|
| class SoftwareOutputDeviceMus;
|
| class TextInputClientMac;
|
| -class CategorizedWorkerPool;
|
| } // namespace content
|
| namespace dbus {
|
| class Bus;
|
| @@ -174,6 +175,7 @@ class BASE_EXPORT ThreadRestrictions {
|
| private:
|
| // DO NOT ADD ANY OTHER FRIEND STATEMENTS, talk to jam or brettw first.
|
| // BEGIN ALLOWED USAGE.
|
| + friend class content::BrowserMainLoop;
|
| friend class content::BrowserShutdownProfileDumper;
|
| friend class content::BrowserSurfaceViewManager;
|
| friend class content::BrowserTestBase;
|
|
|