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

Unified Diff: content/public/common/content_features.h

Issue 2454073003: Allow backgrounding processes on Mac (Closed)
Patch Set: Remove unnecessary forward declare Created 4 years, 1 month 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
Index: content/public/common/content_features.h
diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h
index 5dcb61e63e7c4fab96c0840f61dd786702095e0c..5b832066f452e29480bc96e63c9948f4e96412ce 100644
--- a/content/public/common/content_features.h
+++ b/content/public/common/content_features.h
@@ -71,6 +71,10 @@ CONTENT_EXPORT extern const base::Feature kWebPayments;
CONTENT_EXPORT extern const base::Feature kWinSboxDisableExtensionPoints;
#endif // defined(OS_WIN)
+#if defined(OS_MACOSX)
+CONTENT_EXPORT extern const base::Feature kMacBackgroundInactiveTabs;
shrike 2016/10/31 17:26:05 Technically the renderers are hidden. I think it's
lgrey 2016/10/31 19:22:02 Done.
+#endif
+
// DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
// alphabetical order, or in one of the ifdefs (also in order in each section).

Powered by Google App Engine
This is Rietveld 408576698