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

Unified Diff: chrome/browser/ui/browser_commands.h

Issue 765043002: Bookmark pop-up doesn't open if Ctrl+D is set as keyboard shortcut for added extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/browser/ui/browser_commands.h
diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h
index b677e7d54608e43bfe3200a2ccd459548e80644f..497935af5d1abc3e19b6a3fd0c6976b46f23ac9c 100644
--- a/chrome/browser/ui/browser_commands.h
+++ b/chrome/browser/ui/browser_commands.h
@@ -27,7 +27,7 @@ struct SSLStatus;
namespace chrome {
// For all commands, where a tab is not specified, the active tab is assumed.
-
+void BookmarkCurrentPageInternal(Browser* browser);
Peter Kasting 2014/12/12 01:20:56 Nit: List this just below the other bookmarking-re
Deepak 2014/12/12 06:49:46 Done.
bool IsCommandEnabled(Browser* browser, int command);
bool SupportsCommand(Browser* browser, int command);
bool ExecuteCommand(Browser* browser, int command);
« no previous file with comments | « no previous file | chrome/browser/ui/browser_commands.cc » ('j') | chrome/browser/ui/views/location_bar/bubble_icon_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698