Chromium Code Reviews| Index: base/threading/thread_restrictions.h |
| diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h |
| index 03355d9f3dc4c64c2abf689a0ebef3e142e23a8b..c142f2fcebdf69fececcd3b7beaaf8dff8c92ab9 100644 |
| --- a/base/threading/thread_restrictions.h |
| +++ b/base/threading/thread_restrictions.h |
| @@ -82,6 +82,7 @@ class WindowResizeHelperMac; |
| } |
| namespace views { |
| +class ClipboardMus; |
| class ScreenMus; |
| } |
| @@ -235,6 +236,7 @@ class BASE_EXPORT ThreadRestrictions { |
| #if !defined(OFFICIAL_BUILD) |
| friend class content::SoftwareOutputDeviceMus; // Interim non-production code |
| #endif |
| + friend class views::ClipboardMus; |
|
brettw
2016/06/03 21:39:00
I think it would be good to have a comment here ab
|
| friend class views::ScreenMus; |
| // END USAGE THAT NEEDS TO BE FIXED. |