diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-08 19:41:43 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-08 19:41:43 +0000 |
commit | c1702d71f2fb3ba58cceb044c8e7401da1d5c9c8 (patch) | |
tree | d4295fc8a134647c4672b7eeb7a8617e4f2a19df /chrome/common/chrome_switches.h | |
parent | 4de8252c14229f47df5fb78363d6bdb72c927d27 (diff) | |
download | chromium_src-c1702d71f2fb3ba58cceb044c8e7401da1d5c9c8.zip chromium_src-c1702d71f2fb3ba58cceb044c8e7401da1d5c9c8.tar.gz chromium_src-c1702d71f2fb3ba58cceb044c8e7401da1d5c9c8.tar.bz2 |
Refactor some more BrowserMain code. Move the small bit of remaining code that's required by all embedders to content.
BUG=90445
Review URL: http://codereview.chromium.org/7840041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100223 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, 0 insertions, 4 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 38494ff..73b4f33 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -311,10 +311,6 @@ extern const char kFileManagerExtensionPath[]; #endif #endif -#if defined(OS_MACOSX) || defined(OS_WIN) -extern const char kUseSystemSSL[]; -#endif - #if defined(OS_POSIX) extern const char kEnableCrashReporter[]; extern const char kNoProcessSingletonDialog[]; |