| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 6eca948e7e5d34faa26a17bd83b950e5c5b52a4b..a1d0655566da1258ced51d3e4abc31566a9403bb 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -364,6 +364,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";
|
|
|
|
|