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

Unified Diff: chrome/browser/browser_main_mac.mm

Issue 7610009: If no locale data files can be found, show a dialog and exit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: error Created 9 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
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..3fe2db4f0fae567b6085f695503119d9e4689b3a 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(const char* message, const char* title) {
+ // 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) {

Powered by Google App Engine
This is Rietveld 408576698