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

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: guard for xp 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
« no previous file with comments | « content/shell/browser/shell_content_browser_client.cc ('k') | content/shell/common/shell_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/shell/browser/shell_content_browser_client.cc ('k') | content/shell/common/shell_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698