| 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)
|
|
|