| Index: net/base/sdch_manager.cc
|
| diff --git a/net/base/sdch_manager.cc b/net/base/sdch_manager.cc
|
| index 1aa9627e2a8be4ab6ec60462b5c6021bd899b4a9..7429149e08065cb57107ffbf949f4bccdeb3b289 100644
|
| --- a/net/base/sdch_manager.cc
|
| +++ b/net/base/sdch_manager.cc
|
| @@ -50,8 +50,14 @@ const size_t SdchManager::kMaxDictionaryCount = 20;
|
| const size_t SdchManager::kMaxDictionarySize = 1000 * 1000;
|
| #endif
|
|
|
| +// Workaround for http://crbug.com/437794; remove when fixed.
|
| +#if defined(OS_IOS)
|
| +// static
|
| +bool SdchManager::g_sdch_enabled_ = false;
|
| +#else
|
| // static
|
| bool SdchManager::g_sdch_enabled_ = true;
|
| +#endif
|
|
|
| // static
|
| bool SdchManager::g_secure_scheme_supported_ = true;
|
|
|