Fix misleading comment in OmniboxViewViews::OnTabChanged.
The comment refers to code in Browser::ActiveTabChanged, not BrowserView::OnTabChanged. See code block below https://cs.chromium.org/chromium/src/chrome/browser/ui/browser.cc?type=cs&q=Browser+ActiveTabChanged&sq=package:chromium&l=1064-1067 This is particularly misleading as one might try to find the reference in BrowserView::OnActiveTabChanged, which has no direct reference to the comment in OmniboxViewViews::OnTabChanged. Change-Id: I71e79e3fe6e874b569e9d4b6da122852eccd3d37 Reviewed-on: https://chromium-review.googlesource.com/767367 Commit-Queue: Gheorghe Comanici <gcomanici@chromium.org> Reviewed-by:Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#516314}
Showing
Please register or sign in to comment