diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-16 21:49:46 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-16 21:49:46 +0000 |
commit | 4bee23f2f19aa81bc95c662a56d8b3ec66d611de (patch) | |
tree | a0cb9315a01ce975bd9afd6c1d15e3c1b07e477d /chrome/common/chrome_switches.h | |
parent | a1748e45f0b50f59ea37ce9d065b0bcfb47c8e91 (diff) | |
download | chromium_src-4bee23f2f19aa81bc95c662a56d8b3ec66d611de.zip chromium_src-4bee23f2f19aa81bc95c662a56d8b3ec66d611de.tar.gz chromium_src-4bee23f2f19aa81bc95c662a56d8b3ec66d611de.tar.bz2 |
GTK: Add a dialog for printing.
Add an infobar directing users to tell us if they have problems with printing.
Hide printing behind --enable-printing flag on linux/gtk.
BUG=9847
TEST=none
Review URL: http://codereview.chromium.org/200138
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26400 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 077127e..02f6430 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_ |