| Index: content/public/common/web_preferences.cc
|
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
|
| index c0563f568ab5ae0d6bf6634d0bd4bfc340a4ef4a..a79401010c11456665a7f41193db297eac3b349b 100644
|
| --- a/content/public/common/web_preferences.cc
|
| +++ b/content/public/common/web_preferences.cc
|
| @@ -183,6 +183,8 @@ WebPreferences::WebPreferences()
|
| clobber_user_agent_initial_scale_quirk(false),
|
| ignore_main_frame_overflow_hidden_quirk(false),
|
| report_screen_size_in_physical_pixels_quirk(false),
|
| +#endif
|
| +#if defined(OS_ANDROID) || defined(ENABLE_BLIMP_WEB_PREFS)
|
| record_whole_document(false),
|
| #endif
|
| #if defined(OS_ANDROID)
|
|
|