| Index: chrome/browser/ui/gtk/browser_window_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/browser_window_gtk.cc (revision 145357)
|
| +++ chrome/browser/ui/gtk/browser_window_gtk.cc (working copy)
|
| @@ -1225,11 +1225,6 @@
|
| gtk_window_activate_key(window_, os_event);
|
| }
|
|
|
| -void BrowserWindowGtk::ShowCreateWebAppShortcutsDialog(
|
| - TabContents* tab_contents) {
|
| - CreateWebApplicationShortcutsDialogGtk::Show(window_, tab_contents);
|
| -}
|
| -
|
| void BrowserWindowGtk::ShowCreateChromeAppShortcutsDialog(
|
| Profile* profile, const extensions::Extension* app) {
|
| CreateChromeApplicationShortcutsDialogGtk::Show(window_, profile, app);
|
|
|