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

Side by Side Diff: chrome/common/pref_names.h

Issue 10983010: FontScaleFactor and ForceEnableZoom pref_names. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing variables to WebPreferences Created 8 years, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/prefs/prefs_tab_helper.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Constants for the names of various preferences, for easier changing. 5 // Constants for the names of various preferences, for easier changing.
6 6
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ 7 #ifndef CHROME_COMMON_PREF_NAMES_H_
8 #define CHROME_COMMON_PREF_NAMES_H_ 8 #define CHROME_COMMON_PREF_NAMES_H_
9 9
10 #include <stddef.h> 10 #include <stddef.h>
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 extern const char kWebKitPluginsEnabled[]; 127 extern const char kWebKitPluginsEnabled[];
128 extern const char kWebKitDomPasteEnabled[]; 128 extern const char kWebKitDomPasteEnabled[];
129 extern const char kWebKitShrinksStandaloneImagesToFit[]; 129 extern const char kWebKitShrinksStandaloneImagesToFit[];
130 extern const char kWebKitInspectorSettings[]; 130 extern const char kWebKitInspectorSettings[];
131 extern const char kWebKitUsesUniversalDetector[]; 131 extern const char kWebKitUsesUniversalDetector[];
132 extern const char kWebKitTextAreasAreResizable[]; 132 extern const char kWebKitTextAreasAreResizable[];
133 extern const char kWebKitJavaEnabled[]; 133 extern const char kWebKitJavaEnabled[];
134 extern const char kWebkitTabsToLinks[]; 134 extern const char kWebkitTabsToLinks[];
135 extern const char kWebKitAllowDisplayingInsecureContent[]; 135 extern const char kWebKitAllowDisplayingInsecureContent[];
136 extern const char kWebKitAllowRunningInsecureContent[]; 136 extern const char kWebKitAllowRunningInsecureContent[];
137 #if defined(OS_ANDROID)
138 extern const char kWebKitFontScaleFactor[];
139 extern const char kWebKitForceEnableZoom[];
140 #endif
137 extern const char kPasswordManagerEnabled[]; 141 extern const char kPasswordManagerEnabled[];
138 extern const char kPasswordManagerAllowShowPasswords[]; 142 extern const char kPasswordManagerAllowShowPasswords[];
139 extern const char kPasswordGenerationEnabled[]; 143 extern const char kPasswordGenerationEnabled[];
140 extern const char kAutologinEnabled[]; 144 extern const char kAutologinEnabled[];
141 extern const char kReverseAutologinEnabled[]; 145 extern const char kReverseAutologinEnabled[];
142 extern const char kReverseAutologinRejectedEmailList[]; 146 extern const char kReverseAutologinRejectedEmailList[];
143 extern const char kSafeBrowsingEnabled[]; 147 extern const char kSafeBrowsingEnabled[];
144 extern const char kSafeBrowsingReportingEnabled[]; 148 extern const char kSafeBrowsingReportingEnabled[];
145 extern const char kSafeBrowsingProceedAnywayDisabled[]; 149 extern const char kSafeBrowsingProceedAnywayDisabled[];
146 extern const char kIncognitoModeAvailability[]; 150 extern const char kIncognitoModeAvailability[];
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 extern const char kInManagedMode[]; 753 extern const char kInManagedMode[];
750 754
751 extern const char kNetworkProfileWarningsLeft[]; 755 extern const char kNetworkProfileWarningsLeft[];
752 extern const char kNetworkProfileLastWarningTime[]; 756 extern const char kNetworkProfileLastWarningTime[];
753 757
754 extern const char kLastPolicyStatisticsUpdate[]; 758 extern const char kLastPolicyStatisticsUpdate[];
755 759
756 } // namespace prefs 760 } // namespace prefs
757 761
758 #endif // CHROME_COMMON_PREF_NAMES_H_ 762 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/prefs/prefs_tab_helper.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698