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

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

Issue 989703002: Add support for backgrounding processes on the Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased on tot, rewrapped backgrounging in an experiment. Created 5 years, 8 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
Index: content/public/common/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index a8c8608a139f69c46a0afdbff3c6ea15bba20e37..8b9666400cdede14650d8215f35f3f50df49c3a6 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -283,6 +283,7 @@ CONTENT_EXPORT extern const char kEnableSpeechDispatcher[];
#if defined(OS_MACOSX) && !defined(OS_IOS)
extern const char kDisableCoreAnimationPlugins[];
extern const char kDisableThreadedEventHandlingMac[];
+extern const char kBackgroundMacRendererProcesses[];
#endif
#if defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698