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

Unified Diff: chrome/common/pref_names.h

Issue 8879016: Add more per-tab preferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CHECK -> DCHECK Created 9 years 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 | « chrome/chrome_tests.gypi ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 5645621af284d2cefef9bdb84f0783f6837413ce..8367825ab369e1b47782648d25f3d8edcb2a74f7 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -35,17 +35,24 @@ extern const char kApplicationLocaleAccepted[];
extern const char kOwnerLocale[];
#endif
+extern const char kGlobalDefaultCharset[];
extern const char kDefaultCharset[];
extern const char kAcceptLanguages[];
extern const char kStaticEncodings[];
extern const char kPopupWhitelistedHosts[];
extern const char kShowBookmarkBar[];
extern const char kBookmarkEditorExpandedNodes[];
+extern const char kWebKitGlobalStandardFontFamily[];
extern const char kWebKitStandardFontFamily[];
+extern const char kWebKitGlobalFixedFontFamily[];
extern const char kWebKitFixedFontFamily[];
+extern const char kWebKitGlobalSerifFontFamily[];
extern const char kWebKitSerifFontFamily[];
+extern const char kWebKitGlobalSansSerifFontFamily[];
extern const char kWebKitSansSerifFontFamily[];
+extern const char kWebKitGlobalCursiveFontFamily[];
extern const char kWebKitCursiveFontFamily[];
+extern const char kWebKitGlobalFantasyFontFamily[];
extern const char kWebKitFantasyFontFamily[];
extern const char kWebKitStandardFontFamilyMap[];
extern const char kWebKitFixedFontFamilyMap[];
@@ -83,15 +90,22 @@ extern const char kWebKitFixedFontFamilyTraditionalHan[];
extern const char kWebKitSerifFontFamilyTraditionalHan[];
extern const char kWebKitSansSerifFontFamilyTraditionalHan[];
+extern const char kWebKitGlobalDefaultFontSize[];
extern const char kWebKitDefaultFontSize[];
+extern const char kWebKitGlobalDefaultFixedFontSize[];
extern const char kWebKitDefaultFixedFontSize[];
+extern const char kWebKitGlobalMinimumFontSize[];
extern const char kWebKitMinimumFontSize[];
+extern const char kWebKitGlobalMinimumLogicalFontSize[];
extern const char kWebKitMinimumLogicalFontSize[];
-extern const char kWebKitJavascriptEnabled[];
extern const char kWebKitGlobalJavascriptEnabled[];
+extern const char kWebKitJavascriptEnabled[];
extern const char kWebKitWebSecurityEnabled[];
+extern const char kWebKitGlobalJavascriptCanOpenWindowsAutomatically[];
extern const char kWebKitJavascriptCanOpenWindowsAutomatically[];
+extern const char kWebKitGlobalLoadsImagesAutomatically[];
extern const char kWebKitLoadsImagesAutomatically[];
+extern const char kWebKitGlobalPluginsEnabled[];
extern const char kWebKitPluginsEnabled[];
extern const char kWebKitDomPasteEnabled[];
extern const char kWebKitShrinksStandaloneImagesToFit[];
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698