Don't update extension app on navigate if it doesnt' have a launch url.
commit2fef4717e186638246f35d25a6aa06430ca51da7
authorbenwells <benwells@chromium.org>
Wed, 10 Dec 2014 11:08:32 +0000 (10 03:08 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 10 Dec 2014 11:09:03 +0000 (10 11:09 +0000)
treea53dbe2717e787c5d91dee25eb55f3f464ffe276
parent8a56bfda2420740603655cb391c9671d73428928
Don't update extension app on navigate if it doesnt' have a launch url.

The extension app is usually updated on navigations so that the app
icon shown in the windows task bar is correct. This shouldn't be done
if the extension associated with the browser doesn't have a valid
launch url.

This change only affects how the new bookmark apps operate. Prior to
the new bookmark apps system, the extension app is never updated on
navigations.

BUG=440670

Review URL: https://codereview.chromium.org/788113004

Cr-Commit-Position: refs/heads/master@{#307679}
chrome/browser/extensions/tab_helper.cc