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

Unified Diff: base/threading/thread_restrictions.h

Issue 2232793002: services/ui: Move cc::SoftwareOutputDevice implementation into the client lib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/BUILD.gn » ('j') | services/ui/public/cpp/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/threading/thread_restrictions.h
diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
index 30f787b1c4fc02d1436bd23b404c88f107739aca..b5b6f5a8820eb7eed8cee049a7635b8891c067bb 100644
--- a/base/threading/thread_restrictions.h
+++ b/base/threading/thread_restrictions.h
@@ -36,7 +36,6 @@ class BrowserTestBase;
class NestedMessagePumpAndroid;
class ScopedAllowWaitForAndroidLayoutTests;
class ScopedAllowWaitForDebugURL;
-class SoftwareOutputDeviceMus;
class TextInputClientMac;
class CategorizedWorkerPool;
} // namespace content
@@ -228,9 +227,6 @@ class BASE_EXPORT ThreadRestrictions {
friend class net::NetworkChangeNotifierMac; // http://crbug.com/125097
friend class ::BrowserProcessImpl; // http://crbug.com/125207
friend class ::NativeBackendKWallet; // http://crbug.com/125331
-#if !defined(OFFICIAL_BUILD)
- friend class content::SoftwareOutputDeviceMus; // Interim non-production code
-#endif
friend class views::ScreenMus;
// END USAGE THAT NEEDS TO BE FIXED.
« no previous file with comments | « no previous file | content/browser/BUILD.gn » ('j') | services/ui/public/cpp/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698