| Index: content/browser/browser_plugin/browser_plugin_guest.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
|
| index 2b16281fc4f9c3b3d9a25367e01bb9d04a810dfd..511db44bd31362ae56f57bd274ea8037d32b08ff 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -113,6 +113,7 @@ class CONTENT_EXPORT BrowserPluginGuest : public NotificationObserver,
|
| bool is_main_frame,
|
| const GURL& validated_url,
|
| bool is_error_page,
|
| + bool is_iframe_srcdoc,
|
| RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void DidFailProvisionalLoad(
|
| int64 frame_id,
|
|
|