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

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

Issue 2766663002: Rename CommandDispatcher method to start dispatching. (Closed)
Patch Set: s/For/To 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..0f7cdcf6583214e753eeccbf4692665785aed0f4 100644
--- a/ios/clean/chrome/browser/ui/commands/command_dispatcher.h
+++ b/ios/clean/chrome/browser/ui/commands/command_dispatcher.h
@@ -14,10 +14,10 @@
// 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;
+- (void)stopDispatchingToTarget:(id)target;
@end
« 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