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

Unified Diff: components/test_runner/test_runner.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, 4 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
Index: components/test_runner/test_runner.cc
diff --git a/components/test_runner/test_runner.cc b/components/test_runner/test_runner.cc
index b9144361836a33c7fa465e6f7630be4e8544629c..7f73bbd922d25ac06b3fb3b4279334ce759ba320 100644
--- a/components/test_runner/test_runner.cc
+++ b/components/test_runner/test_runner.cc
@@ -2543,8 +2543,6 @@ void TestRunner::OverridePreference(const std::string key,
prefs->loads_images_automatically = value->BooleanValue();
} else if (key == "WebKitPluginsEnabled") {
prefs->plugins_enabled = value->BooleanValue();
- } else if (key == "WebKitJavaEnabled") {
- prefs->java_enabled = value->BooleanValue();
} else if (key == "WebKitOfflineWebApplicationCacheEnabled") {
prefs->offline_web_application_cache_enabled = value->BooleanValue();
} else if (key == "WebKitTabToLinksPreferenceKey") {

Powered by Google App Engine
This is Rietveld 408576698