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

Unified Diff: Source/testing/runner/WebPreferences.cpp

Issue 66383005: Remove the concept of user stylesheets. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix WebFrameCSSCallbackTest tests Created 7 years, 1 month 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 | « Source/testing/runner/TestRunner.cpp ('k') | Source/web/WebDocument.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/WebPreferences.cpp
diff --git a/Source/testing/runner/WebPreferences.cpp b/Source/testing/runner/WebPreferences.cpp
index ea6857c39284ee4537e543209ed394cad353af77..da693a723c30c60cadd652dfb24474d026e99045 100644
--- a/Source/testing/runner/WebPreferences.cpp
+++ b/Source/testing/runner/WebPreferences.cpp
@@ -55,7 +55,6 @@ void WebPreferences::reset()
loadsImagesAutomatically = true;
offlineWebApplicationCacheEnabled = true;
pluginsEnabled = true;
- userStyleSheetLocation = WebURL();
caretBrowsingEnabled = false;
// Allow those layout tests running as local files, i.e. under
« no previous file with comments | « Source/testing/runner/TestRunner.cpp ('k') | Source/web/WebDocument.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698