summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-19 06:19:40 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-19 06:19:40 +0000
commit7d8cfc58d0bcfa3d55646e4558f948ce44be4bdd (patch)
treefe41291017b5f1f4ea09c987349601cb44f3c655 /chrome/common/chrome_switches.cc
parent6326f8fba293931900a577d575c79ffe5e99f522 (diff)
downloadchromium_src-7d8cfc58d0bcfa3d55646e4558f948ce44be4bdd.zip
chromium_src-7d8cfc58d0bcfa3d55646e4558f948ce44be4bdd.tar.gz
chromium_src-7d8cfc58d0bcfa3d55646e4558f948ce44be4bdd.tar.bz2
Cleanup: Make --debug-print Windows-only.
Review URL: https://codereview.chromium.org/163183012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251964 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc14
1 files changed, 6 insertions, 8 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index d1bd254..e5068ba 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -249,9 +249,6 @@ const char kDebugEnableFrameToggle[] = "debug-enable-frame-toggle";
// apps.
const char kDebugPackedApps[] = "debug-packed-apps";
-// Enables support to debug printing subsystem.
-const char kDebugPrint[] = "debug-print";
-
// Triggers a plethora of diagnostic modes.
const char kDiagnostics[] = "diagnostics";
@@ -1189,11 +1186,6 @@ const char kPrerenderModeSwitchValueDisabled[] = "disabled";
// enabled: Prerendering.
const char kPrerenderModeSwitchValueEnabled[] = "enabled";
-#if defined(OS_WIN)
-// Enable conversion from vector to raster for any page.
-const char kPrintRaster[] = "print-raster";
-#endif
-
// Use IPv6 only for privet HTTP.
const char kPrivetIPv6Only[] = "privet-ipv6-only";
@@ -1625,6 +1617,9 @@ const char kUseMockKeychain[] = "use-mock-keychain";
const char kEnablePermissionsBubbles[] = "enable-permissions-bubbles";
#if defined(OS_WIN)
+// Enables support to debug printing subsystem.
+const char kDebugPrint[] = "debug-print";
+
// Force-enables the profile shortcut manager. This is needed for tests since
// they use a custom-user-data-dir which disables this.
const char kEnableProfileShortcutManager[] = "enable-profile-shortcut-manager";
@@ -1637,6 +1632,9 @@ const char kForceImmersive[] = "force-immersive";
// Windows 8 and higher. Used when relaunching metro Chrome.
const char kForceDesktop[] = "force-desktop";
+// Enable conversion from vector to raster for any page.
+const char kPrintRaster[] = "print-raster";
+
// Relaunches metro Chrome on Windows 8 and higher using a given shortcut.
const char kRelaunchShortcut[] = "relaunch-shortcut";