| Index: chrome/browser/browser_main_mac.mm
|
| diff --git a/chrome/browser/browser_main_mac.mm b/chrome/browser/browser_main_mac.mm
|
| index 4e91371c7f4cc31368499cf0204e0f5ef304135d..da805df5beb99e4f07ae41b64cfd175ced211fe6 100644
|
| --- a/chrome/browser/browser_main_mac.mm
|
| +++ b/chrome/browser/browser_main_mac.mm
|
| @@ -45,6 +45,10 @@ void WarnAboutMinimumSystemRequirements() {
|
| // Nothing to check for on Mac right now.
|
| }
|
|
|
| +void ShowMissingLocaleMessageBox() {
|
| + // Not called on Mac because we load the locale files differently.
|
| +}
|
| +
|
| // From browser_main_win.h, stubs until we figure out the right thing...
|
|
|
| int DoUninstallTasks(bool chrome_still_running) {
|
|
|