Index: chrome/test/base/testing_profile.cc |
=================================================================== |
--- chrome/test/base/testing_profile.cc (revision 123509) |
+++ chrome/test/base/testing_profile.cc (working copy) |
@@ -47,7 +47,6 @@ |
#include "chrome/test/base/test_url_request_context_getter.h" |
#include "chrome/test/base/testing_pref_service.h" |
#include "chrome/test/base/ui_test_utils.h" |
-#include "content/browser/in_process_webkit/webkit_context.h" |
#include "content/browser/mock_resource_context.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/notification_service.h" |
@@ -691,10 +690,6 @@ |
return protocol_handler_registry_.get(); |
} |
-WebKitContext* TestingProfile::GetOffTheRecordWebKitContext() { |
- return NULL; |
-} |
- |
FilePath TestingProfile::last_selected_directory() { |
return last_selected_directory_; |
} |