| Index: net/base/sdch_manager.cc
|
| diff --git a/net/base/sdch_manager.cc b/net/base/sdch_manager.cc
|
| index 0f31d5cee8ad84e4ea2acacd8c06a52b786847b2..2a6ef4da775f963081a7a7c9ba2602cd41ca831b 100644
|
| --- a/net/base/sdch_manager.cc
|
| +++ b/net/base/sdch_manager.cc
|
| @@ -54,7 +54,12 @@ const size_t SdchManager::kMaxDictionarySize = 1000 * 1000;
|
| bool SdchManager::g_sdch_enabled_ = true;
|
|
|
| // static
|
| +#if defined(OS_IOS)
|
| +// Workaround for http://crbug.com/418975; remove when fixed.
|
| +bool SdchManager::g_secure_scheme_supported_ = false;
|
| +#else
|
| bool SdchManager::g_secure_scheme_supported_ = true;
|
| +#endif
|
|
|
| //------------------------------------------------------------------------------
|
| SdchManager::Dictionary::Dictionary(const std::string& dictionary_text,
|
|
|