Index: chrome/browser/chrome_browser_main.cc |
=================================================================== |
--- chrome/browser/chrome_browser_main.cc (revision 246675) |
+++ chrome/browser/chrome_browser_main.cc (working copy) |
@@ -513,11 +513,19 @@ |
} // namespace |
namespace chrome_browser { |
+ |
// This error message is not localized because we failed to load the |
// localization data files. |
+#if defined(OS_WIN) |
const char kMissingLocaleDataTitle[] = "Missing File Error"; |
+#endif |
+ |
+#if defined(OS_WIN) || defined(TOOLKIT_GTK) |
+// TODO(port) This should be used on Linux Aura as well. |
Nico
2014/01/29 03:35:15
Where's this from? Should there be a bug for this?
Lei Zhang
2014/01/29 03:45:44
bug filed
|
const char kMissingLocaleDataMessage[] = |
"Unable to find locale data files. Please reinstall."; |
+#endif |
+ |
} // namespace chrome_browser |
// BrowserMainParts ------------------------------------------------------------ |