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:41:16 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-21 17:41:16 +0000
commit8da1fa0d697791cbfc2415f6352be13b7c9c685b (patch)
tree6eb0de9df326f819570c2c94dfc9cb9e75daf0a4 /chrome/common
parent6a939dc42610b8e79b45e9107a64c3aab916c85b (diff)
downloadchromium_src-8da1fa0d697791cbfc2415f6352be13b7c9c685b.zip
chromium_src-8da1fa0d697791cbfc2415f6352be13b7c9c685b.tar.gz
chromium_src-8da1fa0d697791cbfc2415f6352be13b7c9c685b.tar.bz2
Reverting r26698. Somehow this broke scons?
TBR=stuartmorgan Review URL: http://codereview.chromium.org/217004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26699 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, 8 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 075a350..e320f82 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -603,4 +603,8 @@ 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 f031399..1d25d7c 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -245,6 +245,10 @@ 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_