summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell.cc
diff options
context:
space:
mode:
authorcevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-18 00:07:28 +0000
committercevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-18 00:07:28 +0000
commit54202fab4fd326f9e18d60b1a9e37159714688a3 (patch)
treea6d59b10a39f45007d4863f5cf329779a4edf045 /webkit/tools/test_shell/test_shell.cc
parentb51c7c84e2467ac8090866b758691ca3cf6d0d24 (diff)
downloadchromium_src-54202fab4fd326f9e18d60b1a9e37159714688a3.zip
chromium_src-54202fab4fd326f9e18d60b1a9e37159714688a3.tar.gz
chromium_src-54202fab4fd326f9e18d60b1a9e37159714688a3.tar.bz2
Revert 39287 - Chromium pieces to use the WebKit support for isolation file:// documents in
their own unique domains. By default, we use this isolation for security. We provide a command line switch override for developers: allowfileaccessfromfiles BUG=4197 TEST=WebKit test pending Review URL: http://codereview.chromium.org/625001 TBR=abarth@chromium.org Review URL: http://codereview.chromium.org/625007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39304 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell.cc')
-rw-r--r--webkit/tools/test_shell/test_shell.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc
index f7449b5..8d37a81 100644
--- a/webkit/tools/test_shell/test_shell.cc
+++ b/webkit/tools/test_shell/test_shell.cc
@@ -464,7 +464,6 @@ void TestShell::ResetWebPreferences() {
web_prefs_->local_storage_enabled = true;
web_prefs_->application_cache_enabled = true;
web_prefs_->databases_enabled = true;
- web_prefs_->allow_file_access_from_file_urls = true;
// LayoutTests were written with Safari Mac in mind which does not allow
// tabbing to links by default.
web_prefs_->tabs_to_links = false;