From 49aa5a338e8430c8424f6a344abc3b28515c598f Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Mon, 3 Feb 2014 10:00:44 +0000 Subject: Cleanup: Remove some unused code, or make them platform specific. Found by Scythe. Review URL: https://codereview.chromium.org/136113019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248465 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/chrome_browser_main.cc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'chrome/browser/chrome_browser_main.cc') diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc index 2645084..95b8f18 100644 --- a/chrome/browser/chrome_browser_main.cc +++ b/chrome/browser/chrome_browser_main.cc @@ -525,11 +525,19 @@ void InitializeAllPrefHashStores() { } // 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. http://crbug.com/338969 const char kMissingLocaleDataMessage[] = "Unable to find locale data files. Please reinstall."; +#endif + } // namespace chrome_browser // BrowserMainParts ------------------------------------------------------------ -- cgit v1.1