| Index: content/public/common/web_preferences.cc
|
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
|
| index b8700d168f3f15e006ea975375e631555f95d316..9c579a837c791798c4e1ab3fa0b00e436bd59482 100644
|
| --- a/content/public/common/web_preferences.cc
|
| +++ b/content/public/common/web_preferences.cc
|
| @@ -108,6 +108,7 @@ WebPreferences::WebPreferences()
|
| pointer_events_max_touch_points(0),
|
| sync_xhr_in_documents_enabled(true),
|
| deferred_image_decoding_enabled(false),
|
| + image_color_profiles_enabled(false),
|
| should_respect_image_orientation(false),
|
| number_of_cpu_cores(1),
|
| #if defined(OS_MACOSX)
|
|
|