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

Unified Diff: components/test_runner/test_runner.cc

Issue 2077183002: Revert of Fix re-usage of stale cached WebPreferences in RenderViewHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 bf8116354ab946e4bdc46772b7226f52e16bbc2a..7d1b8334f72e0d224f341e6f0ee84fa75c32c41d 100644
--- a/components/test_runner/test_runner.cc
+++ b/components/test_runner/test_runner.cc
@@ -2316,8 +2316,6 @@
prefs->should_respect_image_orientation = value->BooleanValue();
} else if (key == "WebKitWebSecurityEnabled") {
prefs->web_security_enabled = value->BooleanValue();
- } else if (key == "WebKitSpatialNavigationEnabled") {
- prefs->spatial_navigation_enabled = value->BooleanValue();
} else {
std::string message("Invalid name for preference: ");
message.append(key);
« no previous file with comments | « components/test_runner/test_preferences.cc ('k') | content/shell/browser/layout_test/blink_test_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698