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

Unified Diff: Source/testing/runner/TestRunner.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/testing/Internals.idl ('k') | Source/testing/runner/TestRunner.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/TestRunner.h
diff --git a/Source/testing/runner/TestRunner.h b/Source/testing/runner/TestRunner.h
index da989ef1f95cf8e3f80b032821d67a0752a6e7de..c80ab67189ca3b993da7b217e69e84ce1fff9c1e 100644
--- a/Source/testing/runner/TestRunner.h
+++ b/Source/testing/runner/TestRunner.h
@@ -241,8 +241,8 @@ private:
// Forces the selection colors for testing under Linux.
void forceRedSelectionColors(const CppArgumentList&, CppVariant*);
- // Adds a user style sheet to be injected into new documents.
- void addUserStyleSheet(const CppArgumentList&, CppVariant*);
+ // Adds a style sheet to be injected into new documents.
+ void injectStyleSheet(const CppArgumentList&, CppVariant*);
void startSpeechInput(const CppArgumentList&, CppVariant*);
@@ -297,11 +297,6 @@ private:
///////////////////////////////////////////////////////////////////////////
// Methods modifying WebPreferences.
- // Passes through to WebPreferences which allows the user to have a custom
- // style sheet.
- void setUserStyleSheetEnabled(const CppArgumentList&, CppVariant*);
- void setUserStyleSheetLocation(const CppArgumentList&, CppVariant*);
-
// Set the WebPreference that controls webkit's popup blocking.
void setPopupBlockingEnabled(const CppArgumentList&, CppVariant*);
@@ -576,8 +571,6 @@ private:
WorkQueue m_workQueue;
- blink::WebURL m_userStyleSheetLocation;
-
// globalFlag is used by a number of layout tests in http/tests/security/dataURL.
CppVariant m_globalFlag;
« no previous file with comments | « Source/core/testing/Internals.idl ('k') | Source/testing/runner/TestRunner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698