summaryrefslogtreecommitdiffstats
path: root/chrome/common
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
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')
-rw-r--r--chrome/common/chrome_switches.cc4
-rw-r--r--chrome/common/chrome_switches.h4
2 files changed, 0 insertions, 8 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
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_