From 6a939dc42610b8e79b45e9107a64c3aab916c85b Mon Sep 17 00:00:00 2001 From: "estade@chromium.org" Date: Mon, 21 Sep 2009 17:27:31 +0000 Subject: 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 --- chrome/common/chrome_switches.cc | 4 ---- chrome/common/chrome_switches.h | 4 ---- 2 files changed, 8 deletions(-) (limited to 'chrome/common') 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 diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 1d25d7c..f031399 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -245,10 +245,6 @@ extern const wchar_t kExplicitlyAllowedPorts[]; extern const wchar_t kActivateOnLaunch[]; -#if defined(OS_LINUX) -extern const wchar_t kEnablePrinting[]; -#endif - } // namespace switches #endif // CHROME_COMMON_CHROME_SWITCHES_H_ -- cgit v1.1