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 9429df34f51a9217e3fc46e52988c2a5df7e094a..6841c22cd0a524f0e9fbf0a0c566aa1815be0cf5 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -570,10 +570,10 @@ class CONTENT_EXPORT WebContentsImpl |
void OnRequestPpapiBrokerPermission(int request_id, |
const GURL& url, |
const FilePath& plugin_path); |
- void OnBrowserPluginNavigateGuest(int instance_id, |
- int64 frame_id, |
- const std::string& src, |
- const gfx::Size& size); |
+ void OnBrowserPluginCreateGuest(int instance_id, |
+ int64 frame_id, |
+ const std::string& storage_partition_id, |
+ bool persist_storage); |
// Changes the IsLoading state and notifies delegate as needed |
// |details| is used to provide details on the load that just finished |