Index: chrome/browser/chrome_browser_main.h |
=================================================================== |
--- chrome/browser/chrome_browser_main.h (revision 246675) |
+++ chrome/browser/chrome_browser_main.h (working copy) |
@@ -32,8 +32,13 @@ |
namespace chrome_browser { |
// For use by ShowMissingLocaleMessageBox. |
+#if defined(OS_WIN) |
extern const char kMissingLocaleDataTitle[]; |
+#endif |
+ |
+#if defined(OS_WIN) || defined(TOOLKIT_GTK) |
extern const char kMissingLocaleDataMessage[]; |
+#endif |
} |
namespace chrome_browser_metrics { |