Index: chrome/browser/content_settings/tab_specific_content_settings.cc |
diff --git a/chrome/browser/content_settings/tab_specific_content_settings.cc b/chrome/browser/content_settings/tab_specific_content_settings.cc |
index eb3c903d4eb9bc75a34fc74ec6208ff91911ba76..f2f910b20fb9a7d5661cc43f93fe0b07e45aef82 100644 |
--- a/chrome/browser/content_settings/tab_specific_content_settings.cc |
+++ b/chrome/browser/content_settings/tab_specific_content_settings.cc |
@@ -499,6 +499,7 @@ void TabSpecificContentSettings::DidStartProvisionalLoadForFrame( |
bool is_main_frame, |
const GURL& validated_url, |
bool is_error_page, |
+ bool is_iframe_srcdoc, |
RenderViewHost* render_view_host) { |
if (!is_main_frame) |
return; |