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

Unified Diff: Source/testing/runner/TestRunner.h

Issue 23190034: Remove code related to title directionality, we never used it (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 months 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/svg/SVGTitleElement.cpp ('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 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;
« no previous file with comments | « Source/core/svg/SVGTitleElement.cpp ('k') | Source/testing/runner/TestRunner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698