Commit 0070b84a authored by Gauthier Ambard's avatar Gauthier Ambard Committed by Commit Bot

Follow up crrev.com/c/771693: fix comment

Bug: 784911
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs
Change-Id: Ia01f0d2e9e4a32607c0bd0c18228564110585909
Reviewed-on: https://chromium-review.googlesource.com/776881Reviewed-by: default avatarOlivier Robin <olivierrobin@chromium.org>
Commit-Queue: Gauthier Ambard <gambard@chromium.org>
Cr-Commit-Position: refs/heads/master@{#517428}
parent 8667d1b1
...@@ -25,7 +25,7 @@ class ChromeBrowserState; ...@@ -25,7 +25,7 @@ class ChromeBrowserState;
@property(nonatomic, weak) id<ApplicationCommands, BrowserCommands> dispatcher; @property(nonatomic, weak) id<ApplicationCommands, BrowserCommands> dispatcher;
// The web state list this ToolbarCoordinator is handling. // The web state list this ToolbarCoordinator is handling.
@property(nonatomic, assign) WebStateList* webStateList; @property(nonatomic, assign) WebStateList* webStateList;
// Audience, notified of the // Delegate for this coordinator.
@property(nonatomic, weak) id<ToolbarCoordinatorDelegate> delegate; @property(nonatomic, weak) id<ToolbarCoordinatorDelegate> delegate;
// URL loader for the toolbar. // URL loader for the toolbar.
@property(nonatomic, weak) id<UrlLoader> URLLoader; @property(nonatomic, weak) id<UrlLoader> URLLoader;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment