Commit 0178eb9a authored by gambard's avatar gambard Committed by Commit Bot

Set dispatcher in NTPToolbarController

The dispatcher wasn't set anymore due to some refactoring.
This CL sets it back.

Bug: 749488
Change-Id: I94a7d738721720dc3e2814f94d9658cd152debaa
Reviewed-on: https://chromium-review.googlesource.com/593567Reviewed-by: default avatarMark Cogan <marq@chromium.org>
Reviewed-by: default avatarJustin Cohen <justincohen@chromium.org>
Commit-Queue: Gauthier Ambard <gambard@chromium.org>
Cr-Commit-Position: refs/heads/master@{#491286}
parent 3071381c
......@@ -57,9 +57,9 @@ enum {
@implementation NewTabPageToolbarController
@synthesize dispatcher = _dispatcher;
@synthesize canGoForward = _canGoForward;
@synthesize canGoBack = _canGoBack;
@dynamic dispatcher;
- (instancetype)initWithDispatcher:(id<ApplicationCommands,
BrowserCommands,
......
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