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

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: Rebase for commit. 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
« no previous file with comments | « chrome/common/switch_utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « chrome/common/switch_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698