diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-21 18:28:03 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-21 18:28:03 +0000 |
commit | c26fccc06370bee04c4989e6c827507c82658f1b (patch) | |
tree | 0e48f2ff75daac42ffd5d5c1cc569223ff65409f /chrome/common | |
parent | 6d4eaabdde47a488102e67035dd64fdb811f2b58 (diff) | |
download | chromium_src-c26fccc06370bee04c4989e6c827507c82658f1b.zip chromium_src-c26fccc06370bee04c4989e6c827507c82658f1b.tar.gz chromium_src-c26fccc06370bee04c4989e6c827507c82658f1b.tar.bz2 |
Retry of r26698.
R=stuartmorgan
Review URL: http://codereview.chromium.org/208047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26704 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_switches.cc | 4 | ||||
-rw-r--r-- | chrome/common/chrome_switches.h | 4 |
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_ |