| Index: chrome/browser/ui/views/frame/browser_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/browser_view.cc (revision 145357)
|
| +++ chrome/browser/ui/views/frame/browser_view.cc (working copy)
|
| @@ -1186,10 +1186,6 @@
|
| DownloadInProgressDialogView::Show(browser_.get(), GetNativeWindow());
|
| }
|
|
|
| -void BrowserView::ShowCreateWebAppShortcutsDialog(TabContents* tab_contents) {
|
| - chrome::ShowCreateWebAppShortcutsDialog(GetNativeWindow(), tab_contents);
|
| -}
|
| -
|
| void BrowserView::ShowCreateChromeAppShortcutsDialog(
|
| Profile* profile,
|
| const extensions::Extension* app) {
|
|
|