| Index: chrome/test/test_browser_window.h | 
| diff --git a/chrome/test/test_browser_window.h b/chrome/test/test_browser_window.h | 
| index 71a15e45dbb3c5436c5f54daef19f53630fe58c2..b051dfb619d8daa061a4b880e17562fad10ed680 100644 | 
| --- a/chrome/test/test_browser_window.h | 
| +++ b/chrome/test/test_browser_window.h | 
| @@ -58,7 +58,9 @@ class TestBrowserWindow : public BrowserWindow { | 
| return false; | 
| } | 
| virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {} | 
| -  virtual void ShowCreateShortcutsDialog(TabContents* tab_contents) {} | 
| +  virtual void ShowCreateWebAppShortcutsDialog(TabContents* tab_contents) {} | 
| +  virtual void ShowCreateChromeAppShortcutsDialog(Profile* profile, | 
| +                                                  const Extension* app) {} | 
| #if defined(TOOLKIT_VIEWS) | 
| virtual void ToggleCompactNavigationBar() {} | 
| #endif  // defined(TOOLKIT_VIEWS) | 
|  |