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

Unified Diff: chrome/common/chrome_switches.cc

Issue 163183012: Cleanup: Make --debug-print Windows-only. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 10 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
===================================================================
--- chrome/common/chrome_switches.cc (revision 251431)
+++ chrome/common/chrome_switches.cc (working copy)
@@ -249,9 +249,6 @@
// 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";
@@ -1193,11 +1190,6 @@
// 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";
@@ -1632,6 +1624,9 @@
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";
@@ -1644,6 +1639,9 @@
// 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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698