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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10890054: Reign in print throttling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to start review Created 8 years, 4 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: 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";

Powered by Google App Engine
This is Rietveld 408576698