Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4206)

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 2209363002: Remove material design resource pak infrastructure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove another mac test file Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/chrome_browser_main_mac_browsertest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main.cc
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
index aac3599c8dbd5968bce77d00d09f91e9845a5d0a..1cf996fa768c38f371702daec961f6902004cfcd 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -1038,12 +1038,6 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() {
ash::MaterialDesignController::Initialize();
#endif // !defined(OS_CHROMEOS)
-#if defined(OS_MACOSX)
- // Material Design resource packs can be loaded now that command line flags
- // are set. See https://crbug.com/585290 .
- ui::ResourceBundle::GetSharedInstance().LoadMaterialDesignResources();
-#endif
-
#if defined(OS_WIN)
// This is needed to enable ETW exporting when requested in about:flags.
// Normally, we enable it in ContentMainRunnerImpl::Initialize when the flag
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/chrome_browser_main_mac_browsertest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698