diff options
author | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-08 06:13:52 +0000 |
---|---|---|
committer | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-08 06:13:52 +0000 |
commit | 47ac712f98d893bc90a95b9f4a7f2a6ee5a7c7e0 (patch) | |
tree | f33af65c18f11043bf6efb6f4d96373604f5230f /content/shell | |
parent | 21ed140d15999f2c8a48aaa7ab7607b356f45ad2 (diff) | |
download | chromium_src-47ac712f98d893bc90a95b9f4a7f2a6ee5a7c7e0.zip chromium_src-47ac712f98d893bc90a95b9f4a7f2a6ee5a7c7e0.tar.gz chromium_src-47ac712f98d893bc90a95b9f4a7f2a6ee5a7c7e0.tar.bz2 |
Get rid of author_and_user_styles_enabled.
We always set it to true.
Review URL: https://codereview.chromium.org/61603005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233796 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell')
-rw-r--r-- | content/shell/common/webkit_test_helpers.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/shell/common/webkit_test_helpers.cc b/content/shell/common/webkit_test_helpers.cc index 31e11de..09f8412 100644 --- a/content/shell/common/webkit_test_helpers.cc +++ b/content/shell/common/webkit_test_helpers.cc @@ -45,7 +45,6 @@ void ExportLayoutTestSpecificPreferences( to->asynchronous_spell_checking_enabled = from.asynchronousSpellCheckingEnabled; to->allow_file_access_from_file_urls = from.allowFileAccessFromFileURLs; - to->author_and_user_styles_enabled = from.authorAndUserStylesEnabled; to->javascript_can_open_windows_automatically = from.javaScriptCanOpenWindowsAutomatically; to->user_style_sheet_location = from.userStyleSheetLocation; |