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

Unified Diff: ios/clean/chrome/browser/ui/commands/command_dispatcher.h

Issue 2766663002: Rename CommandDispatcher method to start dispatching. (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | ios/clean/chrome/browser/ui/commands/command_dispatcher.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | ios/clean/chrome/browser/ui/commands/command_dispatcher.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698