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

Unified Diff: chrome/browser/browser_main_mac.mm

Issue 348033: Remove themes/default.dll and merge the resources into chrome.dll. (Closed)
Patch Set: update comments Created 11 years, 1 month 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/browser/browser_main.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_main_mac.mm
diff --git a/chrome/browser/browser_main_mac.mm b/chrome/browser/browser_main_mac.mm
index 8ed837f8397f3a8d5f7ec943a8105f554261846a..ce5893b8acc64112363b8d44dbfb366b12dd5b42 100644
--- a/chrome/browser/browser_main_mac.mm
+++ b/chrome/browser/browser_main_mac.mm
@@ -42,9 +42,6 @@ void WillInitializeMainMessageLoop(const MainFunctionParams& parameters) {
// the strings avaiable for localization.
if (!parameters.ui_task) {
ResourceBundle::InitSharedInstance(std::wstring());
- // We only load the theme resources in the browser process, since this is
- // the browser process, load them.
- ResourceBundle::GetSharedInstance().LoadThemeResources();
}
// Now load the nib.
[NSBundle loadNibNamed:@"MainMenu" owner:NSApp];
« no previous file with comments | « chrome/browser/browser_main.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698