summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-21 17:27:31 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-21 17:27:31 +0000
commit6a939dc42610b8e79b45e9107a64c3aab916c85b (patch)
tree6e36f82ca6a92e2cc8bb7d5033646515aa8e8a08 /chrome/common/chrome_switches.cc
parent144219ae83c26b3ba34adb957192c9d659b10657 (diff)
downloadchromium_src-6a939dc42610b8e79b45e9107a64c3aab916c85b.zip
chromium_src-6a939dc42610b8e79b45e9107a64c3aab916c85b.tar.gz
chromium_src-6a939dc42610b8e79b45e9107a64c3aab916c85b.tar.bz2
Linux: Remove linux splash page and printing command line switch.
BUG=22295 BUG=19911 Review URL: http://codereview.chromium.org/211036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26698 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index e320f82..075a350 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -603,8 +603,4 @@ const wchar_t kExplicitlyAllowedPorts[] = L"explicitly-allowed-ports";
// is launched on the command line (e.g. by Selenium). Only needed on Mac.
const wchar_t kActivateOnLaunch[] = L"activate-on-launch";
-#if defined(OS_LINUX)
-const wchar_t kEnablePrinting[] = L"enable-printing";
-#endif
-
} // namespace switches