Index: content/browser/webui/web_ui_impl.cc |
diff --git a/content/browser/webui/web_ui_impl.cc b/content/browser/webui/web_ui_impl.cc |
index 880029a3ee1c286657481e7bfacb2ec67b6db59c..160dbec57f48b675fdeb7255fbe2efdf9bc30e4e 100644 |
--- a/content/browser/webui/web_ui_impl.cc |
+++ b/content/browser/webui/web_ui_impl.cc |
@@ -69,8 +69,7 @@ base::string16 WebUI::GetJavascriptCall( |
} |
WebUIImpl::WebUIImpl(WebContents* contents, const std::string& frame_name) |
- : link_transition_type_(ui::PAGE_TRANSITION_LINK), |
- bindings_(BINDINGS_POLICY_WEB_UI), |
+ : bindings_(BINDINGS_POLICY_WEB_UI), |
web_contents_(contents), |
web_contents_observer_(new MainFrameNavigationObserver(this, contents)), |
frame_name_(frame_name) { |
@@ -140,14 +139,6 @@ void WebUIImpl::OverrideTitle(const base::string16& title) { |
overridden_title_ = title; |
} |
-ui::PageTransition WebUIImpl::GetLinkTransitionType() const { |
- return link_transition_type_; |
-} |
- |
-void WebUIImpl::SetLinkTransitionType(ui::PageTransition type) { |
- link_transition_type_ = type; |
-} |
- |
int WebUIImpl::GetBindings() const { |
return bindings_; |
} |