| Index: chrome/app/chrome_main_delegate.cc
|
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
|
| index 2b8afc6d5a0198ae645859b5a1fd3943d9c69037..b063966b42984d86e0c4c5723a650d827c46cabd 100644
|
| --- a/chrome/app/chrome_main_delegate.cc
|
| +++ b/chrome/app/chrome_main_delegate.cc
|
| @@ -50,7 +50,6 @@
|
| #include "content/public/common/content_paths.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "extensions/common/constants.h"
|
| -#include "ui/base/material_design/material_design_controller.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/base/ui_base_switches.h"
|
|
|
| @@ -784,7 +783,6 @@
|
| base::i18n::SetICUDefaultLocale(locale);
|
| const std::string loaded_locale = locale;
|
| #else
|
| - ui::MaterialDesignController::Initialize();
|
| const std::string loaded_locale =
|
| ui::ResourceBundle::InitSharedInstanceWithLocale(
|
| locale, NULL, ui::ResourceBundle::LOAD_COMMON_RESOURCES);
|
|
|