Index: chrome/browser/browser_main.h |
diff --git a/chrome/browser/browser_main.h b/chrome/browser/browser_main.h |
index 80b960254b3710865fdf22c46d052e58c541e51b..f0e32760783980159862a5d68bbfe24a07dff219 100644 |
--- a/chrome/browser/browser_main.h |
+++ b/chrome/browser/browser_main.h |
@@ -201,6 +201,9 @@ void RecordBreakpadStatusUMA(MetricsService* metrics); |
// present on the current platform. |
void WarnAboutMinimumSystemRequirements(); |
+// Displays a warning message that we can't find any locale data files. |
+void ShowMissingLocaleMessageBox(const char* message, const char* title); |
eroman
2011/08/11 02:17:17
nit: might want to specify that the expected encod
tony
2011/08/12 17:03:11
I moved the strings to constants in browser_main.h
|
+ |
// Records the time from our process' startup to the present time in |
// the UMA histogram |metric_name|. |
void RecordBrowserStartupTime(); |