Index: chromecast/browser/cast_content_browser_client.cc |
diff --git a/chromecast/browser/cast_content_browser_client.cc b/chromecast/browser/cast_content_browser_client.cc |
index 8127cf793a2a84fb001583fa062a8813c31b2e57..6578a4fe49f08950df899fe11cfafc7fb3c85f7e 100644 |
--- a/chromecast/browser/cast_content_browser_client.cc |
+++ b/chromecast/browser/cast_content_browser_client.cc |
@@ -154,10 +154,6 @@ void CastContentBrowserClient::OverrideWebkitPrefs( |
// to retrieve media data chunks while running in a https page. This pref |
// should be disabled once all the content providers are no longer doing that. |
prefs->allow_running_insecure_content = true; |
-#if defined(DISABLE_DISPLAY) |
- prefs->images_enabled = false; |
- prefs->loads_images_automatically = false; |
-#endif // defined(DISABLE_DISPLAY) |
} |
std::string CastContentBrowserClient::GetApplicationLocale() { |