Cleanup usage of WebApkValidator in notification code
This CL:
- Makes calls to WebApkValidator#queryWebApkPackage() and
WebApkValidator#findWebApkPackage() call WebApkValidator#isValidWebApk().
- Removes WebApkValidator#queryWebApkPackage() call from
NotificationPlatformBridge#dispatchNotificationEvent(). The check is
unnecessary because
org.chromium.chrome.browser.notifications.NotificationService is not
exported.
BUG=
613024
Committed:
https://crrev.com/82d265d97abff26f8ed3e432c63ee2fcfd456e99
Cr-Commit-Position: refs/heads/master@{#403816}