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

Unified Diff: ios/chrome/browser/ui/key_commands_provider.mm

Issue 2968973002: [ios] Removes IDC_BOOKMARK_PAGE and IDC_SHARE_PAGE
Patch Set: Rebased Created 3 years, 5 months 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: ios/chrome/browser/ui/key_commands_provider.mm
diff --git a/ios/chrome/browser/ui/key_commands_provider.mm b/ios/chrome/browser/ui/key_commands_provider.mm
index e1f85437903639a0cffcf628db5676c42c6b2529..5c2c601b46f54ab4149cf96116f0b575d5d5c93f 100644
--- a/ios/chrome/browser/ui/key_commands_provider.mm
+++ b/ios/chrome/browser/ui/key_commands_provider.mm
@@ -129,7 +129,7 @@
title:l10n_util::GetNSStringWithFixup(
IDS_IOS_KEYBOARD_BOOKMARK_THIS_PAGE)
action:^{
- execute(IDC_BOOKMARK_PAGE);
+ [weakDispatcher bookmarkPage];
}],
[UIKeyCommand cr_keyCommandWithInput:@"f"
modifierFlags:UIKeyModifierCommand
« no previous file with comments | « ios/chrome/browser/ui/commands/ios_command_ids.h ('k') | ios/chrome/browser/ui/toolbar/toolbar_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698