diff options
Diffstat (limited to 'base/base_switches.cc')
-rw-r--r-- | base/base_switches.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base/base_switches.cc b/base/base_switches.cc index 78f55a7..82202f5 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"; |