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

Unified Diff: content/shell/common/webkit_test_helpers.cc

Issue 27072003: Remove 2 members from webpreference (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/app/shell_main_delegate.cc ('k') | webkit/common/webpreferences.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/common/webkit_test_helpers.cc
diff --git a/content/shell/common/webkit_test_helpers.cc b/content/shell/common/webkit_test_helpers.cc
index f33befdecf7c141ed1506e92bf90a283f2e78612..31e11ded814debbf329d289416d1ed8bc887d1c4 100644
--- a/content/shell/common/webkit_test_helpers.cc
+++ b/content/shell/common/webkit_test_helpers.cc
@@ -41,7 +41,6 @@ void ExportLayoutTestSpecificPreferences(
to->caret_browsing_enabled = from.caretBrowsingEnabled;
to->allow_displaying_insecure_content = from.allowDisplayOfInsecureContent;
to->allow_running_insecure_content = from.allowRunningOfInsecureContent;
- to->css_shaders_enabled = from.cssCustomFilterEnabled;
to->should_respect_image_orientation = from.shouldRespectImageOrientation;
to->asynchronous_spell_checking_enabled =
from.asynchronousSpellCheckingEnabled;
« no previous file with comments | « content/shell/app/shell_main_delegate.cc ('k') | webkit/common/webpreferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698