| Index: chrome/browser/browser.cc
|
| ===================================================================
|
| --- chrome/browser/browser.cc (revision 64775)
|
| +++ chrome/browser/browser.cc (working copy)
|
| @@ -2956,10 +2956,6 @@
|
| *proceed_to_fire_unload = true;
|
| }
|
|
|
| -gfx::Rect Browser::GetRootWindowResizerRect() const {
|
| - return window_->GetRootWindowResizerRect();
|
| -}
|
| -
|
| void Browser::ShowHtmlDialog(HtmlDialogUIDelegate* delegate,
|
| gfx::NativeWindow parent_window) {
|
| window_->ShowHTMLDialog(delegate, parent_window);
|
| @@ -3066,7 +3062,6 @@
|
| }
|
|
|
| void Browser::ShowContentSettingsWindow(ContentSettingsType content_type) {
|
| -
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kEnableTabbedOptions)) {
|
| ShowOptionsTab(
|
|
|