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

Unified Diff: Source/web/WebSettingsImpl.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/web/WebSettingsImpl.cpp
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
index b40c2338d517fe1f3b07479a5119df622983b58f..7064cb643a18eb38679a19d58664bccd330fb05f 100644
--- a/Source/web/WebSettingsImpl.cpp
+++ b/Source/web/WebSettingsImpl.cpp
@@ -290,11 +290,6 @@ void WebSettingsImpl::setAllowScriptsToCloseWindows(bool allow)
m_settings->setAllowScriptsToCloseWindows(allow);
}
-void WebSettingsImpl::setUserStyleSheetLocation(const WebURL& location)
-{
- m_settings->setUserStyleSheetLocation(location);
-}
-
void WebSettingsImpl::setAuthorAndUserStylesEnabled(bool enabled)
{
m_settings->setAuthorAndUserStylesEnabled(enabled);

Powered by Google App Engine
This is Rietveld 408576698