Index: ios/clean/chrome/browser/ui/commands/command_dispatcher.h |
diff --git a/ios/clean/chrome/browser/ui/commands/command_dispatcher.h b/ios/clean/chrome/browser/ui/commands/command_dispatcher.h |
index 753542f7897a815692bdc0e847431af0bead062f..05161111add909755ece026cc9a2762dea76473f 100644 |
--- a/ios/clean/chrome/browser/ui/commands/command_dispatcher.h |
+++ b/ios/clean/chrome/browser/ui/commands/command_dispatcher.h |
@@ -14,7 +14,7 @@ |
// Registers the given |target| to receive forwarded messages for the given |
// |selector|. |
-- (void)registerTarget:(id)target forSelector:(SEL)selector; |
+- (void)startDispatchingToTarget:(id)target forSelector:(SEL)selector; |
// Removes all forwarding registrations for the given |target|. |
- (void)stopDispatchingForTarget:(id)target; |
rohitrao (ping after 24h)
2017/03/21 12:05:08
Should this also change to stopDispatchingToTarget
marq (ping after 24h)
2017/03/21 12:15:10
Yes, we do! Please change this to match.
lpromero
2017/03/21 15:28:54
Done.
|