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

Unified Diff: chrome/browser/chrome_browser_main.h

Issue 136113019: Cleanup: Remove some unused code, or make them platform specific. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 11 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/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 {

Powered by Google App Engine
This is Rietveld 408576698