| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index bce986334fa2352fc329e3b6ba463e219fedad9a..ecdf20be387aab83705d962bb19d24eeace561d0 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -195,7 +195,6 @@
|
| #include "ppapi/features/features.h"
|
| #include "ppapi/host/ppapi_host.h"
|
| #include "printing/features/features.h"
|
| -#include "services/image_decoder/public/interfaces/constants.mojom.h"
|
| #include "services/preferences/public/interfaces/preferences.mojom.h"
|
| #include "services/service_manager/public/cpp/interface_provider.h"
|
| #include "services/service_manager/public/cpp/interface_registry.h"
|
| @@ -3254,8 +3253,6 @@ void ChromeContentBrowserClient::RegisterOutOfProcessServices(
|
| services->insert(std::make_pair("media",
|
| base::ASCIIToUTF16("Media Service")));
|
| #endif
|
| - services->insert(std::make_pair(image_decoder::mojom::kServiceName,
|
| - base::ASCIIToUTF16("Image Decoder Service")));
|
| }
|
|
|
| std::unique_ptr<base::Value>
|
|
|