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

Unified Diff: chrome/browser/chrome_browser_main_mac.mm

Issue 1585013002: MacViews: Use Cocoa folder icons in tree views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed review comments. Created 4 years, 11 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/browser/chrome_browser_main_mac.h ('k') | chrome/browser/resource_delegate_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_mac.mm
diff --git a/chrome/browser/chrome_browser_main_mac.mm b/chrome/browser/chrome_browser_main_mac.mm
index 4b8d76b269a6252cdd03e4704c27e214feb7f514..1e34e0fe225ae4812dbc87ad0f862270359627a4 100644
--- a/chrome/browser/chrome_browser_main_mac.mm
+++ b/chrome/browser/chrome_browser_main_mac.mm
@@ -109,7 +109,8 @@ void ChromeBrowserMainPartsMac::PreMainMessageLoopStart() {
// to enforce the application locale.
const std::string loaded_locale =
ui::ResourceBundle::InitSharedInstanceWithLocale(
- std::string(), NULL, ui::ResourceBundle::LOAD_COMMON_RESOURCES);
+ std::string(), &resource_delegate_,
+ ui::ResourceBundle::LOAD_COMMON_RESOURCES);
CHECK(!loaded_locale.empty()) << "Default locale could not be found";
base::FilePath resources_pack_path;
« no previous file with comments | « chrome/browser/chrome_browser_main_mac.h ('k') | chrome/browser/resource_delegate_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698