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

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 only Created 8 years, 3 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/renderer/print_web_view_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/renderer/print_web_view_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698