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

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

Issue 2970553002: [ios] Remove IDC_CLOSE_TAB
Patch Set: Add comment for chrome_test_util.h" 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
« no previous file with comments | « ios/chrome/browser/ui/commands/ios_command_ids.h ('k') | ios/chrome/browser/ui/key_commands_provider.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/key_commands_provider.h
diff --git a/ios/chrome/browser/ui/key_commands_provider.h b/ios/chrome/browser/ui/key_commands_provider.h
index cc914eeb827d47e57296225297fba5b7fe98f64e..76fb2affa3ec102cbe7785270344b2d9ac53fa19 100644
--- a/ios/chrome/browser/ui/key_commands_provider.h
+++ b/ios/chrome/browser/ui/key_commands_provider.h
@@ -7,6 +7,8 @@
#import <UIKit/UIKit.h>
+#import "ios/chrome/browser/ui/commands/browser_commands.h"
+
@protocol KeyCommandsPlumbing<NSObject>
#pragma mark Query information
@@ -52,6 +54,7 @@
@interface KeyCommandsProvider : NSObject
- (NSArray*)keyCommandsForConsumer:(id<KeyCommandsPlumbing>)consumer
+ browserCommandDispatcher:(id<BrowserCommands>)dispatcher
editingText:(BOOL)editingText;
@end
« no previous file with comments | « ios/chrome/browser/ui/commands/ios_command_ids.h ('k') | ios/chrome/browser/ui/key_commands_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698