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

Unified Diff: Source/web/WebSettingsImpl.h

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.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index d7811e1e30d13f2f197f6de338393afef8ff2ff2..71e711a23660c79f2e19ad5f327be1fb2e774f32 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -168,7 +168,6 @@ public:
virtual void setThreadedHTMLParser(bool);
virtual void setUnifiedTextCheckerEnabled(bool);
virtual void setUnsafePluginPastingEnabled(bool);
- virtual void setUserStyleSheetLocation(const WebURL&);
virtual void setUsesEncodingDetector(bool);
virtual void setUseLegacyBackgroundSizeShorthandBehavior(bool);
virtual void setUseSolidColorScrollbars(bool);

Powered by Google App Engine
This is Rietveld 408576698