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

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

Issue 1313243002: Remove command line flags and prefs for disabling Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/basictypes.h" 7 #include "base/basictypes.h"
8 #include "chrome/common/pref_font_webkit_names.h" 8 #include "chrome/common/pref_font_webkit_names.h"
9 9
10 namespace prefs { 10 namespace prefs {
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 const char kWebKitSansSerifFontFamilyTraditionalHan[] = 291 const char kWebKitSansSerifFontFamilyTraditionalHan[] =
292 "webkit.webprefs.fonts.sansserif.Hant"; 292 "webkit.webprefs.fonts.sansserif.Hant";
293 293
294 // WebKit preferences. 294 // WebKit preferences.
295 const char kWebKitWebSecurityEnabled[] = "webkit.webprefs.web_security_enabled"; 295 const char kWebKitWebSecurityEnabled[] = "webkit.webprefs.web_security_enabled";
296 const char kWebKitDomPasteEnabled[] = "webkit.webprefs.dom_paste_enabled"; 296 const char kWebKitDomPasteEnabled[] = "webkit.webprefs.dom_paste_enabled";
297 const char kWebKitUsesUniversalDetector[] = 297 const char kWebKitUsesUniversalDetector[] =
298 "webkit.webprefs.uses_universal_detector"; 298 "webkit.webprefs.uses_universal_detector";
299 const char kWebKitTextAreasAreResizable[] = 299 const char kWebKitTextAreasAreResizable[] =
300 "webkit.webprefs.text_areas_are_resizable"; 300 "webkit.webprefs.text_areas_are_resizable";
301 const char kWebKitJavaEnabled[] = "webkit.webprefs.java_enabled";
302 const char kWebkitTabsToLinks[] = "webkit.webprefs.tabs_to_links"; 301 const char kWebkitTabsToLinks[] = "webkit.webprefs.tabs_to_links";
303 const char kWebKitAllowDisplayingInsecureContent[] = 302 const char kWebKitAllowDisplayingInsecureContent[] =
304 "webkit.webprefs.allow_displaying_insecure_content"; 303 "webkit.webprefs.allow_displaying_insecure_content";
305 const char kWebKitAllowRunningInsecureContent[] = 304 const char kWebKitAllowRunningInsecureContent[] =
306 "webkit.webprefs.allow_running_insecure_content"; 305 "webkit.webprefs.allow_running_insecure_content";
307 #if defined(OS_ANDROID) 306 #if defined(OS_ANDROID)
308 const char kWebKitFontScaleFactor[] = "webkit.webprefs.font_scale_factor"; 307 const char kWebKitFontScaleFactor[] = "webkit.webprefs.font_scale_factor";
309 const char kWebKitForceEnableZoom[] = "webkit.webprefs.force_enable_zoom"; 308 const char kWebKitForceEnableZoom[] = "webkit.webprefs.force_enable_zoom";
310 const char kWebKitPasswordEchoEnabled[] = 309 const char kWebKitPasswordEchoEnabled[] =
311 "webkit.webprefs.password_echo_enabled"; 310 "webkit.webprefs.password_echo_enabled";
(...skipping 1901 matching lines...) Expand 10 before | Expand all | Expand 10 after
2213 "supervised_users.whitelists"; 2212 "supervised_users.whitelists";
2214 2213
2215 #if defined(ENABLE_EXTENSIONS) 2214 #if defined(ENABLE_EXTENSIONS)
2216 // Policy that indicates how to handle animated images. 2215 // Policy that indicates how to handle animated images.
2217 const char kAnimationPolicy[] = "settings.a11y.animation_policy"; 2216 const char kAnimationPolicy[] = "settings.a11y.animation_policy";
2218 #endif 2217 #endif
2219 2218
2220 const char kBackgroundTracingLastUpload[] = "background_tracing.last_upload"; 2219 const char kBackgroundTracingLastUpload[] = "background_tracing.last_upload";
2221 2220
2222 } // namespace prefs 2221 } // namespace prefs
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698