Index: chrome/browser/dom_ui/html_dialog_tab_contents_delegate.h |
diff --git a/chrome/browser/dom_ui/html_dialog_tab_contents_delegate.h b/chrome/browser/dom_ui/html_dialog_tab_contents_delegate.h |
index b0ab266533412e524d4a9b1e14f9ed520fa99549..c6ec7322ace9869fd5ab51b9af65376343cefba1 100644 |
--- a/chrome/browser/dom_ui/html_dialog_tab_contents_delegate.h |
+++ b/chrome/browser/dom_ui/html_dialog_tab_contents_delegate.h |
@@ -58,13 +58,8 @@ class HtmlDialogTabContentsDelegate : public TabContentsDelegate { |
const history::HistoryAddPageArgs& add_page_args, |
NavigationType::Type navigation_type); |
- protected: |
- // Overridden only for testing. |
- virtual Browser* CreateBrowser(); |
- |
private: |
Profile* profile_; // Weak pointer. Always an original profile. |
}; |
#endif // CHROME_BROWSER_DOM_UI_HTML_DIALOG_TAB_CONTENTS_DELEGATE_H_ |
- |