| 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;
|
|
|
|
|