Index: base/base_switches.cc |
diff --git a/base/base_switches.cc b/base/base_switches.cc |
index 78f55a707ea39be01740c0d04e04bee3216f5b07..82202f54e3097df3aa905f020b5ec989ef383883 100644 |
--- a/base/base_switches.cc |
+++ b/base/base_switches.cc |
@@ -21,6 +21,10 @@ const char kEnableDCHECK[] = "enable-dcheck"; |
// Generates full memory crash dump. |
const char kFullMemoryCrashReport[] = "full-memory-crash-report"; |
+// Load the locale resources from the given path. When running on Mac/Unix the |
+// path should point to a locale.pak file. |
+const char kLocalePak[] = "locale_pak"; |
+ |
// Suppresses all error dialogs when present. |
const char kNoErrorDialogs[] = "noerrdialogs"; |