| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index e308dfab7a271cb6667b83cf6570d9c2a4ccc3b9..06e26bed381db167538ba31b7cae855bc6c0bfd2 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -374,6 +374,10 @@ const char kDisableRestoreBackgroundContents[] =
|
| // restoring the browsing session.
|
| const char kDisableRestoreSessionState[] = "disable-restore-session-state";
|
|
|
| +// Disables throttling prints initiated by scripts.
|
| +const char kDisableScriptedPrintThrottling[] =
|
| + "disable-scripted-print-throttling";
|
| +
|
| // Disables syncing browser data to a Google Account.
|
| const char kDisableSync[] = "disable-sync";
|
|
|
|
|