summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/tools/test_shell/test_navigation_controller.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/tools/test_shell/test_navigation_controller.cc b/webkit/tools/test_shell/test_navigation_controller.cc
index 0c56115..cf9bff5 100644
--- a/webkit/tools/test_shell/test_navigation_controller.cc
+++ b/webkit/tools/test_shell/test_navigation_controller.cc
@@ -34,8 +34,6 @@ void TestNavigationEntry::SetContentState(const std::string& state) {
}
WebHistoryItem* TestNavigationEntry::GetHistoryItem() const {
- // TODO(port): temporary hack to get a basic test shell executable going.
-#if !defined(OS_LINUX)
if (!cached_history_item_) {
TestShellExtraRequestData* extra_data =
new TestShellExtraRequestData(GetPageID());
@@ -43,7 +41,6 @@ WebHistoryItem* TestNavigationEntry::GetHistoryItem() const {
WebHistoryItem::Create(GetURL(), GetTitle(), GetContentState(),
extra_data);
}
-#endif
return cached_history_item_;
}