Commit e05a888c authored by spdonghao's avatar spdonghao Committed by Commit Bot

Use tabContentManagerSupplier which is guaranteed to be non-null.

Bug: 1126823
Change-Id: I32ec909f844c29433d1b60e0048ba725052718f4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2475575Reviewed-by: default avatarMatthew Jones <mdjones@chromium.org>
Reviewed-by: default avatarWei-Yin Chen (陳威尹) <wychen@chromium.org>
Commit-Queue: Hao Dong <spdonghao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#817966}
parent b82580f9
......@@ -105,7 +105,7 @@ public class LayoutManagerChrome
if (mOverviewLayout != null) {
mOverviewLayout.setTabContentManager(manager);
}
mTabContentManagerSupplier.removeObserver(this);
tabContentManagerSupplier.removeObserver(this);
}
});
......
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