| Index: blimp/engine/app/blimp_content_browser_client.cc
|
| diff --git a/blimp/engine/app/blimp_content_browser_client.cc b/blimp/engine/app/blimp_content_browser_client.cc
|
| index 55fcb176b6e3efc4bebd265ef55f4f02fc7a371d..8e88f5dfb6a19a1d6d5362c72bb9d5d37e969921 100644
|
| --- a/blimp/engine/app/blimp_content_browser_client.cc
|
| +++ b/blimp/engine/app/blimp_content_browser_client.cc
|
| @@ -5,7 +5,6 @@
|
| #include "blimp/engine/app/blimp_content_browser_client.h"
|
| #include "blimp/engine/app/blimp_browser_main_parts.h"
|
| #include "blimp/engine/app/settings_manager.h"
|
| -#include "blimp/engine/common/blimp_browser_context.h"
|
| #include "blimp/engine/mojo/blob_channel_service.h"
|
| #include "content/public/common/service_registry.h"
|
|
|
| @@ -23,17 +22,6 @@ content::BrowserMainParts* BlimpContentBrowserClient::CreateBrowserMainParts(
|
| return blimp_browser_main_parts_;
|
| }
|
|
|
| -net::URLRequestContextGetter* BlimpContentBrowserClient::CreateRequestContext(
|
| - content::BrowserContext* content_browser_context,
|
| - content::ProtocolHandlerMap* protocol_handlers,
|
| - content::URLRequestInterceptorScopedVector request_interceptors) {
|
| - BlimpBrowserContext* blimp_context =
|
| - static_cast<BlimpBrowserContext*>(content_browser_context);
|
| - return blimp_context->CreateRequestContext(protocol_handlers,
|
| - std::move(request_interceptors))
|
| - .get();
|
| -}
|
| -
|
| void BlimpContentBrowserClient::OverrideWebkitPrefs(
|
| content::RenderViewHost* render_view_host,
|
| content::WebPreferences* prefs) {
|
|
|