| Index: chrome/browser/ui/browser_window.h
|
| ===================================================================
|
| --- chrome/browser/ui/browser_window.h (revision 145357)
|
| +++ chrome/browser/ui/browser_window.h (working copy)
|
| @@ -311,9 +311,6 @@
|
| virtual void HandleKeyboardEvent(
|
| const content::NativeWebKeyboardEvent& event) = 0;
|
|
|
| - // Shows the create web app shortcut dialog box.
|
| - virtual void ShowCreateWebAppShortcutsDialog(TabContents* tab_contents) = 0;
|
| -
|
| // Shows the create chrome app shortcut dialog box.
|
| virtual void ShowCreateChromeAppShortcutsDialog(Profile* profile,
|
| const extensions::Extension* app) = 0;
|
|
|