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

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: 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
Index: Source/testing/runner/WebPreferences.cpp
diff --git a/Source/testing/runner/WebPreferences.cpp b/Source/testing/runner/WebPreferences.cpp
index 5e3ff1554f7b28364f0b97a0a30516f569ad9afb..868923f888a3f4381dee5d0aaddd3398e021e3f3 100644
--- a/Source/testing/runner/WebPreferences.cpp
+++ b/Source/testing/runner/WebPreferences.cpp
@@ -56,7 +56,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

Powered by Google App Engine
This is Rietveld 408576698