Index: base/base_switches.cc |
diff --git a/base/base_switches.cc b/base/base_switches.cc |
index 78f55a707ea39be01740c0d04e04bee3216f5b07..0c388684981f64229ca0c77c0dada593205d1bb9 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"; |
Mark Mentovai
2011/05/24 13:46:03
All of the |= "value"| in this file seem to be ali
|
+ |
// Suppresses all error dialogs when present. |
const char kNoErrorDialogs[] = "noerrdialogs"; |