Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 14765b84630ee50bebacfaff57794489371cb659..72eda4f27c49334345e1623eba08d2c33f3eafef 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -573,6 +573,10 @@ const char kForceAppsPromoVisible[] = "force-apps-promo-visible"; |
// the base layer even when compositing is not strictly required. |
const char kForceCompositingMode[] = "force-compositing-mode"; |
+// Load the locale resources from the given path. When running on Mac/Unix the |
+// path should point to a locale.pak file. |
+const char kForceLocaleResourcesPathSwitch[] = "force_locale_resources_path"; |
Mark Mentovai
2011/05/23 16:20:34
I would just call this
const char kLocalePakSwitc
|
+ |
// Force renderer accessibility to be on instead of enabling it on demand when |
// a screen reader is detected. The disable-renderer-accessibility switch |
// overrides this if present. |