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

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

Issue 2293373002: Remove unused prefs/api/resource for setPageEncoding (Closed)
Patch Set: comments Created 4 years, 3 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
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 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/macros.h" 7 #include "base/macros.h"
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "chrome/common/pref_font_webkit_names.h" 9 #include "chrome/common/pref_font_webkit_names.h"
10 10
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 const char kWebKitFixedFontFamilyTraditionalHan[] = 312 const char kWebKitFixedFontFamilyTraditionalHan[] =
313 "webkit.webprefs.fonts.fixed.Hant"; 313 "webkit.webprefs.fonts.fixed.Hant";
314 const char kWebKitSerifFontFamilyTraditionalHan[] = 314 const char kWebKitSerifFontFamilyTraditionalHan[] =
315 "webkit.webprefs.fonts.serif.Hant"; 315 "webkit.webprefs.fonts.serif.Hant";
316 const char kWebKitSansSerifFontFamilyTraditionalHan[] = 316 const char kWebKitSansSerifFontFamilyTraditionalHan[] =
317 "webkit.webprefs.fonts.sansserif.Hant"; 317 "webkit.webprefs.fonts.sansserif.Hant";
318 318
319 // WebKit preferences. 319 // WebKit preferences.
320 const char kWebKitWebSecurityEnabled[] = "webkit.webprefs.web_security_enabled"; 320 const char kWebKitWebSecurityEnabled[] = "webkit.webprefs.web_security_enabled";
321 const char kWebKitDomPasteEnabled[] = "webkit.webprefs.dom_paste_enabled"; 321 const char kWebKitDomPasteEnabled[] = "webkit.webprefs.dom_paste_enabled";
322 // Deprecated 8/2016.
Lei Zhang 2016/09/06 20:44:53 Ditto, September, unless there's a -144 timezone I
Jinsuk Kim 2016/09/06 21:19:39 Done.
322 const char kWebKitUsesUniversalDetector[] = 323 const char kWebKitUsesUniversalDetector[] =
323 "webkit.webprefs.uses_universal_detector"; 324 "webkit.webprefs.uses_universal_detector";
324 const char kWebKitTextAreasAreResizable[] = 325 const char kWebKitTextAreasAreResizable[] =
325 "webkit.webprefs.text_areas_are_resizable"; 326 "webkit.webprefs.text_areas_are_resizable";
326 const char kWebkitTabsToLinks[] = "webkit.webprefs.tabs_to_links"; 327 const char kWebkitTabsToLinks[] = "webkit.webprefs.tabs_to_links";
327 const char kWebKitAllowDisplayingInsecureContent[] = 328 const char kWebKitAllowDisplayingInsecureContent[] =
328 "webkit.webprefs.allow_displaying_insecure_content"; 329 "webkit.webprefs.allow_displaying_insecure_content";
329 const char kWebKitAllowRunningInsecureContent[] = 330 const char kWebKitAllowRunningInsecureContent[] =
330 "webkit.webprefs.allow_running_insecure_content"; 331 "webkit.webprefs.allow_running_insecure_content";
331 #if defined(OS_ANDROID) 332 #if defined(OS_ANDROID)
(...skipping 1938 matching lines...) Expand 10 before | Expand all | Expand 10 after
2270 const char kOriginTrialPublicKey[] = "origin_trials.public_key"; 2271 const char kOriginTrialPublicKey[] = "origin_trials.public_key";
2271 2272
2272 // A list of origin trial features to disable by policy. 2273 // A list of origin trial features to disable by policy.
2273 const char kOriginTrialDisabledFeatures[] = "origin_trials.disabled_features"; 2274 const char kOriginTrialDisabledFeatures[] = "origin_trials.disabled_features";
2274 2275
2275 // Policy that indicates the state of updates for the binary components. 2276 // Policy that indicates the state of updates for the binary components.
2276 const char kComponentUpdatesEnabled[] = 2277 const char kComponentUpdatesEnabled[] =
2277 "component_updates.component_updates_enabled"; 2278 "component_updates.component_updates_enabled";
2278 2279
2279 } // namespace prefs 2280 } // namespace prefs
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698