Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index befedc87557302ba6be25c02f188e35453691da7..9b6eea9598f72d07d0ba0dfc90a38d1bafad3c4b 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -37,6 +37,11 @@ const char kAllowNoSandboxJob[] = "allow-no-sandbox-job"; |
// Allows debugging of sandboxed processes (see zygote_main_linux.cc). |
const char kAllowSandboxDebugging[] = "allow-sandbox-debugging"; |
+// Uses the android SkFontManager on linux. The specified directory should |
+// include the configuration xml file with the name "fonts.xml". |
+// This is used in blimp to emulate android fonts on linux. |
+const char kAndroidFontsLocation[] = "android-fonts-location"; |
nyquist
2016/02/25 01:13:10
Question from a CL depending on this one: Other pl
Khushal
2016/02/25 02:17:46
Oh, I wasn't sure about what name would be better.
|
+ |
// Choose which logging channels in blink platform to activate. See |
// Logging.cpp in blink's Source/platform for a list of available channels. |
const char kBlinkPlatformLogChannels[] = "blink-platform-log-channels"; |