Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: chrome/test/test_browser_window.h

Issue 5273004: Add "create Application Shortcut" to the app menu on NTP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Polish Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698