| Index: Source/testing/runner/TestRunner.h
|
| diff --git a/Source/testing/runner/TestRunner.h b/Source/testing/runner/TestRunner.h
|
| index e05b08e511443f9458cddd52b22c8ea013b75624..70764da8cb64ed25738c1b3cf798a8cd86f58d46 100644
|
| --- a/Source/testing/runner/TestRunner.h
|
| +++ b/Source/testing/runner/TestRunner.h
|
| @@ -114,7 +114,6 @@ public:
|
| bool shouldDumpProgressFinishedCallback() const;
|
| bool deferMainResourceDataLoad() const;
|
| bool shouldStayOnPageAfterHandlingBeforeUnload() const;
|
| - void setTitleTextDirection(WebKit::WebTextDirection);
|
| const std::set<std::string>* httpHeadersToClear() const;
|
| void setTopLoadingFrame(WebKit::WebFrame*, bool);
|
| WebKit::WebFrame* topLoadingFrame() const;
|
| @@ -573,9 +572,6 @@ private:
|
| // Bound variable to return the name of this platform (chromium).
|
| CppVariant m_platformName;
|
|
|
| - // Bound variable tracking the directionality of the <title> tag.
|
| - CppVariant m_titleTextDirection;
|
| -
|
| // Bound variable counting the number of top URLs visited.
|
| CppVariant m_webHistoryItemCount;
|
|
|
|
|