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

Unified Diff: Source/core/page/Page.h

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/core/frame/UseCounter.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Page.h
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
index 9f3e9a639a13648dee022acb20852bfc26943d1a..bda184a01482179d38e3104b91881898143347cd 100644
--- a/Source/core/page/Page.h
+++ b/Source/core/page/Page.h
@@ -182,9 +182,6 @@ public:
const Pagination& pagination() const { return m_pagination; }
void setPagination(const Pagination&);
- void userStyleSheetLocationChanged();
- const String& userStyleSheet() const;
-
void dnsPrefetchingStateChanged();
static void allVisitedStateChanged(PageGroup*);
@@ -276,9 +273,6 @@ private:
Pagination m_pagination;
- String m_userStyleSheet;
- bool m_didLoadUserStyleSheet;
-
RefPtr<PageGroup> m_group;
OwnPtr<StorageNamespace> m_sessionStorage;
« no previous file with comments | « Source/core/frame/UseCounter.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698