Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1131)

Unified Diff: content/shell/common/shell_switches.h

Issue 231763003: Support sideloaded fonts via command line option for blink layout_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move to content/shell Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/shell/common/shell_switches.h
diff --git a/content/shell/common/shell_switches.h b/content/shell/common/shell_switches.h
index 30869fb4aaaa1a9c5a1192b7672cbf0950c3fc2b..fb830f27eb7f125a610da1f9855fb4366b9f493d 100644
--- a/content/shell/common/shell_switches.h
+++ b/content/shell/common/shell_switches.h
@@ -20,6 +20,7 @@ extern const char kEnableFontSmoothing[];
extern const char kEnableLeakDetection[];
extern const char kEncodeBinary[];
extern const char kExposeInternalsForTesting[];
+extern const char kRegisterFontFiles[];
extern const char kStableReleaseMode[];
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698