Chromium Code Reviews| Index: chrome/service/service_process.cc |
| diff --git a/chrome/service/service_process.cc b/chrome/service/service_process.cc |
| index f4cf7e5f1a8a4ea9c505d8adeea5afbfe28be32a..8cba1bcae70a55145619d4ae4a7f8af8f62f9368 100644 |
| --- a/chrome/service/service_process.cc |
| +++ b/chrome/service/service_process.cc |
| @@ -39,6 +39,7 @@ |
| #include "net/base/network_change_notifier.h" |
| #include "net/url_request/url_fetcher.h" |
| #include "ui/base/l10n/l10n_util.h" |
| +#include "ui/base/material_design/material_design_controller.h" |
| #include "ui/base/resource/resource_bundle.h" |
| #include "ui/base/ui_base_switches.h" |
| @@ -180,6 +181,7 @@ bool ServiceProcess::Initialize(base::MessageLoopForUI* message_loop, |
| if (locale.empty()) |
| locale = kDefaultServiceProcessLocale; |
| } |
| + ui::MaterialDesignController::Initialize(); |
|
sky
2016/04/11 15:32:40
Why does the service process need material design?
varkha
2016/04/11 19:30:58
InitSharedInstanceWithLocale below (inside Resourc
|
| ui::ResourceBundle::InitSharedInstanceWithLocale( |
| locale, NULL, ui::ResourceBundle::LOAD_COMMON_RESOURCES); |