| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 14bf77b8bfe28dd1358b2e922326b727765d405f..dffb9715f3c21241c3d6061888e6d4e8cce8d7af 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -571,6 +571,9 @@ class CONTENT_EXPORT WebContentsImpl
|
| void OnRequestPpapiBrokerPermission(int request_id,
|
| const GURL& url,
|
| const FilePath& plugin_path);
|
| + void OnBrowserPluginCreateGuest(int instance_id,
|
| + const std::string& storage_partition_id,
|
| + bool persist_storage);
|
| void OnBrowserPluginNavigateGuest(
|
| int instance_id,
|
| const std::string& src,
|
|
|