| Index: chrome/browser/content_settings/tab_specific_content_settings.h
|
| diff --git a/chrome/browser/content_settings/tab_specific_content_settings.h b/chrome/browser/content_settings/tab_specific_content_settings.h
|
| index 1ab21f8428cce554420101b4fd45dfbff4461d67..3ba7f4fb2afad868899bb4dc3932facc6683346b 100644
|
| --- a/chrome/browser/content_settings/tab_specific_content_settings.h
|
| +++ b/chrome/browser/content_settings/tab_specific_content_settings.h
|
| @@ -243,6 +243,7 @@ class TabSpecificContentSettings
|
| bool is_main_frame,
|
| const GURL& validated_url,
|
| bool is_error_page,
|
| + bool is_iframe_srcdoc,
|
| content::RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void AppCacheAccessed(const GURL& manifest_url,
|
| bool blocked_by_policy) OVERRIDE;
|
|
|