diff options
Diffstat (limited to 'chrome/browser/profile_import_process_host.cc')
-rw-r--r-- | chrome/browser/profile_import_process_host.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/profile_import_process_host.cc b/chrome/browser/profile_import_process_host.cc index 45ec4f6..d221817 100644 --- a/chrome/browser/profile_import_process_host.cc +++ b/chrome/browser/profile_import_process_host.cc @@ -140,12 +140,6 @@ bool ProfileImportProcessHost::CanShutdown() { return true; } -URLRequestContext* ProfileImportProcessHost::GetRequestContext( - uint32 request_id, - const ViewHostMsg_Resource_Request& request_data) { - return NULL; -} - ProfileImportProcessHost::ImportProcessClient::ImportProcessClient() {} ProfileImportProcessHost::ImportProcessClient::~ImportProcessClient() {} |