Index: content/public/browser/browser_plugin_guest_manager.cc |
diff --git a/content/public/browser/browser_plugin_guest_manager.cc b/content/public/browser/browser_plugin_guest_manager.cc |
index 3c97145656ee7e7359d5f164ff90131162c3b4cc..abb0bb06e16b6e5753f54528ad898f666ac9c19f 100644 |
--- a/content/public/browser/browser_plugin_guest_manager.cc |
+++ b/content/public/browser/browser_plugin_guest_manager.cc |
@@ -11,8 +11,6 @@ namespace content { |
content::WebContents* BrowserPluginGuestManager::CreateGuest( |
SiteInstance* embedder_site_instance, |
int instance_id, |
- const std::string& storage_partition_id, |
- bool persist_storage, |
scoped_ptr<base::DictionaryValue> extra_params) { |
return NULL; |
} |